faet: init

This commit is contained in:
张泊明518370910136 2024-10-09 20:54:16 -04:00
commit 7b810ac02a
GPG Key ID: D47306D7062CDA9D
3 changed files with 46 additions and 0 deletions

2
.gitignore vendored Normal file
View File

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

43
conf.json Normal file
View File

@ -0,0 +1,43 @@
{
"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
expected.json Normal file
View File

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