Compare commits

..

No commits in common. "aa593eb4c42f2493fbf33fb411e60c2875707cd1" and "dd1fabc81b7ad6fd02eb092897d3de52c849acc3" have entirely different histories.

View File

@ -1,55 +1,44 @@
{ {
"stage": { "stages": [
"stages": [ {
{ "name": "healthcheck",
"name": "healthcheck", "executor": {
"executor": { "name": "sandbox",
"name": "sandbox", "with": {
"with": { "default": {
"default": { "args": ["/tmp/repo-health-checker", "-root=.", "-meta=readme"],
"args": [ "env": ["PATH=/usr/bin:/bin"],
"/tmp/repo-health-checker", "cpuLimit": 10000000000,
"-root=.", "memoryLimit": 104857600,
"-meta=readme" "procLimit": 50,
], "copyInDir": ".",
"env": [ "copyIn": {
"PATH=/usr/bin:/bin" "/tmp/repo-health-checker": {
], "src": "./../../../../../../build/repo-health-checker"
"cpuLimit": 10000000000, }
"memoryLimit": 104857600, },
"procLimit": 50, "copyOut": ["stdout", "stderr"],
"copyInDir": ".", "stdin": {
"copyIn": { "content": ""
"/tmp/repo-health-checker": { },
"src": "./../../../../../../build/repo-health-checker" "stdout": {
} "name": "stdout",
}, "max": 4096
"copyOut": [ },
"stdout", "stderr": {
"stderr" "name": "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"
}
}
} }
} ]
}