feat: move to repo-health-checker

This commit is contained in:
张泊明518370910136 2024-10-21 04:35:56 -04:00
parent 17c4f0da14
commit 989a56faa4
GPG Key ID: CA088E6D9284F870

View File

@ -6,27 +6,18 @@
"name": "sandbox", "name": "sandbox",
"with": { "with": {
"default": { "default": {
"args": [ "args": ["/tmp/repo-health-checker", "-root=.", "-meta=changelog"],
"./healthcheck", "env": ["PATH=/usr/bin:/bin"],
"-root=.",
"-meta=changelog"
],
"env": [
"PATH=/usr/bin:/bin"
],
"cpuLimit": 10000000000, "cpuLimit": 10000000000,
"memoryLimit": 104857600, "memoryLimit": 104857600,
"procLimit": 50, "procLimit": 50,
"copyInDir": ".", "copyInDir": ".",
"copyIn": { "copyIn": {
"healthcheck": { "/tmp/repo-health-checker": {
"src": "./../../../../../../build/healthcheck" "src": "./../../../../../../build/repo-health-checker"
} }
}, },
"copyOut": [ "copyOut": ["stdout", "stderr"],
"stdout",
"stderr"
],
"stdin": { "stdin": {
"content": "" "content": ""
}, },