feat: move to repo-health-checker
This commit is contained in:
parent
180b781ce1
commit
32c68d77ba
19
conf.json
19
conf.json
|
@ -6,27 +6,18 @@
|
||||||
"name": "sandbox",
|
"name": "sandbox",
|
||||||
"with": {
|
"with": {
|
||||||
"default": {
|
"default": {
|
||||||
"args": [
|
"args": ["./healthcheck", "-root=.", "-meta=readme"],
|
||||||
"./healthcheck",
|
"env": ["PATH=/usr/bin:/bin"],
|
||||||
"-root=.",
|
|
||||||
"-meta=readme"
|
|
||||||
],
|
|
||||||
"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": ""
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user