From 290fda270b21a1879339ca84f7dc909a6323bcff Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Mon, 27 Jan 2025 22:38:28 -0500 Subject: [PATCH] chore: new conf version --- conf.json | 102 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 52 insertions(+), 50 deletions(-) diff --git a/conf.json b/conf.json index 83ee016..87f1221 100644 --- a/conf.json +++ b/conf.json @@ -1,55 +1,57 @@ { - "stage": { - "stages": [ - { - "name": "healthcheck", - "executor": { - "name": "sandbox", - "with": { - "default": { - "args": [ - "/tmp/repo-health-checker", - "-root=.", - "-meta=readme" - ], - "env": [ - "PATH=/usr/bin:/bin" - ], - "cpuLimit": 10000000000, - "memoryLimit": 104857600, - "procLimit": 50, - "copyInDir": ".", - "copyIn": { - "/tmp/repo-health-checker": { - "src": "./../../../../../../build/repo-health-checker" - } - }, - "copyOut": [ - "stdout", - "stderr" - ], - "stdin": { - "content": "" - }, - "stdout": { - "name": "stdout", - "max": 4096 - }, - "stderr": { - "name": "stderr", - "max": 4096 - } - } - } - }, - "parser": { - "name": "healthcheck", - "with": { - "score": 10, - "comment": " + comment from toml conf" - } + "stage": { + "stages": [ + { + "name": "healthcheck", + "executor": { + "name": "sandbox", + "with": { + "default": { + "args": [ + "/tmp/repo-health-checker", + "-root=.", + "-meta=readme" + ], + "env": [ + "PATH=/usr/bin:/bin" + ], + "cpuLimit": 10000000000, + "memoryLimit": 104857600, + "procLimit": 50, + "copyInDir": ".", + "copyIn": { + "/tmp/repo-health-checker": { + "src": "./../../../../../../build/repo-health-checker" } + }, + "copyOut": [ + "stdout", + "stderr" + ], + "stdin": { + "content": "" + }, + "stdout": { + "name": "stdout", + "max": 4096 + }, + "stderr": { + "name": "stderr", + "max": 4096 + } } + } + }, + "parsers": [ + { + "name": "healthcheck", + "with": { + "score": 10, + "comment": " + comment from toml conf" + } + } ] - } + } + ] + } } \ No newline at end of file