Compare commits

..

No commits in common. "mp/basic" and "master" have entirely different histories.

4 changed files with 3 additions and 46 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
stages_result.json
*.log

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# JOJ3 examples
Check other branches.

View File

@ -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"
}
]
}
]
}
}

View File

@ -1 +0,0 @@
[{"name":"compile","results":[{"score":0,"comment":"Unexpected executor status: Nonzero Exit Status."}],"force_quit":true}]