chore: new conf version
This commit is contained in:
parent
d1754b0f62
commit
c8883581fb
93
conf.json
93
conf.json
|
@ -1,44 +1,55 @@
|
||||||
{
|
{
|
||||||
"stages": [
|
"stage": {
|
||||||
{
|
"stages": [
|
||||||
"name": "healthcheck",
|
{
|
||||||
"executor": {
|
"name": "healthcheck",
|
||||||
"name": "sandbox",
|
"executor": {
|
||||||
"with": {
|
"name": "sandbox",
|
||||||
"default": {
|
"with": {
|
||||||
"args": ["/tmp/repo-health-checker", "-root=.", "-meta=changelog"],
|
"default": {
|
||||||
"env": ["PATH=/usr/bin:/bin"],
|
"args": [
|
||||||
"cpuLimit": 10000000000,
|
"/tmp/repo-health-checker",
|
||||||
"memoryLimit": 104857600,
|
"-root=.",
|
||||||
"procLimit": 50,
|
"-meta=changelog"
|
||||||
"copyInDir": ".",
|
],
|
||||||
"copyIn": {
|
"env": [
|
||||||
"/tmp/repo-health-checker": {
|
"PATH=/usr/bin:/bin"
|
||||||
"src": "./../../../../../../build/repo-health-checker"
|
],
|
||||||
}
|
"cpuLimit": 10000000000,
|
||||||
},
|
"memoryLimit": 104857600,
|
||||||
"copyOut": ["stdout", "stderr"],
|
"procLimit": 50,
|
||||||
"stdin": {
|
"copyInDir": ".",
|
||||||
"content": ""
|
"copyIn": {
|
||||||
},
|
"/tmp/repo-health-checker": {
|
||||||
"stdout": {
|
"src": "./../../../../../../build/repo-health-checker"
|
||||||
"name": "stdout",
|
}
|
||||||
"max": 4096
|
},
|
||||||
},
|
"copyOut": [
|
||||||
"stderr": {
|
"stdout",
|
||||||
"name": "stderr",
|
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user