Compare commits
No commits in common. "mp/basic" and "master" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
stages_result.json
|
||||
*.log
|
43
conf.json
43
conf.json
|
@ -1,43 +0,0 @@
|
|||
{
|
||||
"stage": {
|
||||
"stages": [
|
||||
{
|
||||
"name": "run",
|
||||
"executor": {
|
||||
"name": "sandbox",
|
||||
"with": {
|
||||
"default": {
|
||||
"args": ["ls", "-lha"],
|
||||
"env": ["PATH=/usr/bin:/bin"],
|
||||
"cpuLimit": 10000000000,
|
||||
"memoryLimit": 104857600,
|
||||
"procLimit": 50,
|
||||
"copyInDir": ".",
|
||||
"copyOut": ["stdout", "stderr"],
|
||||
"copyOutCached": [],
|
||||
"stdin": {
|
||||
"content": ""
|
||||
},
|
||||
"stdout": {
|
||||
"name": "stdout",
|
||||
"max": 4096
|
||||
},
|
||||
"stderr": {
|
||||
"name": "stderr",
|
||||
"max": 4096
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"parsers": [
|
||||
{
|
||||
"name": "result-status"
|
||||
},
|
||||
{
|
||||
"name": "result-detail"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
[{"name":"compile","results":[{"score":0,"comment":"Unexpected executor status: Nonzero Exit Status."}],"force_quit":true}]
|
Loading…
Reference in New Issue
Block a user