chore: new conf version

This commit is contained in:
张泊明518370910136 2025-01-27 21:57:44 -05:00
parent 3c50a5ebc4
commit c4733473b4
GPG Key ID: CA088E6D9284F870

View File

@ -1,44 +1,54 @@
{ {
"stages": [ "stage": {
{ "stages": [
"name": "healthcheck", {
"executor": { "name": "healthcheck",
"name": "sandbox", "executor": {
"with": { "name": "sandbox",
"default": { "with": {
"args": ["/tmp/repo-health-checker", "-root=."], "default": {
"env": ["PATH=/usr/bin:/bin"], "args": [
"cpuLimit": 10000000000, "/tmp/repo-health-checker",
"memoryLimit": 104857600, "-root=."
"procLimit": 50, ],
"copyInDir": ".", "env": [
"copyIn": { "PATH=/usr/bin:/bin"
"/tmp/repo-health-checker": { ],
"src": "./../../../../../../build/repo-health-checker" "cpuLimit": 10000000000,
} "memoryLimit": 104857600,
}, "procLimit": 50,
"copyOut": ["stdout", "stderr"], "copyInDir": ".",
"stdin": { "copyIn": {
"content": "" "/tmp/repo-health-checker": {
}, "src": "./../../../../../../build/repo-health-checker"
"stdout": { }
"name": "stdout", },
"max": 4096 "copyOut": [
}, "stdout",
"stderr": { "stderr"
"name": "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"
}
}
} }
]
} }