chore: new conf version

This commit is contained in:
张泊明518370910136 2025-01-27 21:57:44 -05:00
parent 263730fd21
commit 1ee28e6798
GPG Key ID: CA088E6D9284F870

View File

@ -1,44 +1,55 @@
{ {
"stages": [ "stage": {
{ "stages": [
"name": "healthcheck", {
"executor": { "name": "healthcheck",
"name": "sandbox", "executor": {
"with": { "name": "sandbox",
"default": { "with": {
"args": ["/tmp/repo-health-checker", "-root=.", "-meta=readme"], "default": {
"env": ["PATH=/usr/bin:/bin"], "args": [
"cpuLimit": 10000000000, "/tmp/repo-health-checker",
"memoryLimit": 104857600, "-root=.",
"procLimit": 50, "-meta=readme"
"copyInDir": ".", ],
"copyIn": { "env": [
"/tmp/repo-health-checker": { "PATH=/usr/bin:/bin"
"src": "./../../../../../../build/repo-health-checker" ],
} "cpuLimit": 10000000000,
}, "memoryLimit": 104857600,
"copyOut": ["stdout", "stderr"], "procLimit": 50,
"stdin": { "copyInDir": ".",
"content": "" "copyIn": {
}, "/tmp/repo-health-checker": {
"stdout": { "src": "./../../../../../../build/repo-health-checker"
"name": "stdout", }
"max": 4096 },
}, "copyOut": [
"stderr": { "stdout",
"name": "stderr", "stderr"
"max": 4096 ],
"stdin": {
"content": ""
},
"stdout": {
"name": "stdout",
"max": 4096
},
"stderr": {
"name": "stderr",
"max": 4096
}
}
}
},
"parser": {
"name": "healthcheck",
"with": {
"score": 10,
"comment": " + comment from toml conf"
}
}
} }
} ]
}
},
"parser": {
"name": "healthcheck",
"with": {
"score": 10,
"comment": " + comment from toml conf"
}
}
} }
]
} }