44 lines
955 B
JSON
44 lines
955 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|