chore: new conf version

This commit is contained in:
张泊明518370910136 2025-01-27 21:57:45 -05:00
parent 5f1ed50ab5
commit 4fce9da8c3
GPG Key ID: CA088E6D9284F870

View File

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