chore: new conf version
This commit is contained in:
parent
3c50a5ebc4
commit
c4733473b4
16
conf.json
16
conf.json
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"stage": {
|
||||
"stages": [
|
||||
{
|
||||
"name": "healthcheck",
|
||||
|
@ -6,8 +7,13 @@
|
|||
"name": "sandbox",
|
||||
"with": {
|
||||
"default": {
|
||||
"args": ["/tmp/repo-health-checker", "-root=."],
|
||||
"env": ["PATH=/usr/bin:/bin"],
|
||||
"args": [
|
||||
"/tmp/repo-health-checker",
|
||||
"-root=."
|
||||
],
|
||||
"env": [
|
||||
"PATH=/usr/bin:/bin"
|
||||
],
|
||||
"cpuLimit": 10000000000,
|
||||
"memoryLimit": 104857600,
|
||||
"procLimit": 50,
|
||||
|
@ -17,7 +23,10 @@
|
|||
"src": "./../../../../../../build/repo-health-checker"
|
||||
}
|
||||
},
|
||||
"copyOut": ["stdout", "stderr"],
|
||||
"copyOut": [
|
||||
"stdout",
|
||||
"stderr"
|
||||
],
|
||||
"stdin": {
|
||||
"content": ""
|
||||
},
|
||||
|
@ -42,3 +51,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user