fix: pass test
This commit is contained in:
parent
76d7b2e60f
commit
a319f59562
|
@ -10,92 +10,6 @@
|
||||||
"sandboxToken": "",
|
"sandboxToken": "",
|
||||||
"outputPath": "/tmp/joj3_result.json",
|
"outputPath": "/tmp/joj3_result.json",
|
||||||
"stages": [
|
"stages": [
|
||||||
{
|
|
||||||
"name": "healthcheck",
|
|
||||||
"group": "",
|
|
||||||
"executor": {
|
|
||||||
"name": "local",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"env": [],
|
|
||||||
"cpuLimit": 0,
|
|
||||||
"realCpuLimit": 0,
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"stackLimit": 0,
|
|
||||||
"procLimit": 50,
|
|
||||||
"cpuRateLimit": 0,
|
|
||||||
"cpuSetLimit": "",
|
|
||||||
"copyIn": {},
|
|
||||||
"copyInCached": {},
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"copyOutCached": [],
|
|
||||||
"copyOutMax": 0,
|
|
||||||
"copyOutDir": "",
|
|
||||||
"tty": false,
|
|
||||||
"strictMemoryLimit": false,
|
|
||||||
"dataSegmentLimit": false,
|
|
||||||
"addressSpaceLimit": false
|
|
||||||
},
|
|
||||||
"cases": [
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/repo-health-checker",
|
|
||||||
"-root=.",
|
|
||||||
"-repoSize=10",
|
|
||||||
"-checkFileSumList=-checkFileNameList="
|
|
||||||
],
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/joint-teapot",
|
|
||||||
"joj3-check-env",
|
|
||||||
"/home/tt/.config/teapot/teapot.env",
|
|
||||||
"--grading-repo-name",
|
|
||||||
"Nuvole-joj",
|
|
||||||
"--group-config",
|
|
||||||
"=100:24"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "healthcheck",
|
|
||||||
"with": {
|
|
||||||
"score": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "debug",
|
|
||||||
"with": {
|
|
||||||
"score": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "[cq] Clang-tidy",
|
"name": "[cq] Clang-tidy",
|
||||||
"group": "cq",
|
"group": "cq",
|
||||||
|
@ -228,61 +142,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preStages": [],
|
"preStages": [],
|
||||||
"postStages": [
|
"postStages": []
|
||||||
{
|
|
||||||
"name": "teapot",
|
|
||||||
"group": "",
|
|
||||||
"executor": {
|
|
||||||
"name": "local",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/joint-teapot",
|
|
||||||
"joj3-all-env",
|
|
||||||
"/home/tt/.config/teapot/teapot.env",
|
|
||||||
"--grading-repo-name",
|
|
||||||
"Nuvole-joj",
|
|
||||||
"--max-total-score",
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
"cpuLimit": 0,
|
|
||||||
"realCpuLimit": 0,
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"stackLimit": 0,
|
|
||||||
"procLimit": 50,
|
|
||||||
"cpuRateLimit": 0,
|
|
||||||
"cpuSetLimit": "",
|
|
||||||
"copyIn": {},
|
|
||||||
"copyInCached": {},
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"copyOutCached": [],
|
|
||||||
"copyOutMax": 0,
|
|
||||||
"copyOutDir": "",
|
|
||||||
"tty": false,
|
|
||||||
"strictMemoryLimit": false,
|
|
||||||
"dataSegmentLimit": false,
|
|
||||||
"addressSpaceLimit": false
|
|
||||||
},
|
|
||||||
"cases": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "log",
|
|
||||||
"with": {
|
|
||||||
"msg": "joj3 summary"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,92 +10,6 @@
|
||||||
"sandboxToken": "",
|
"sandboxToken": "",
|
||||||
"outputPath": "/tmp/joj3_result.json",
|
"outputPath": "/tmp/joj3_result.json",
|
||||||
"stages": [
|
"stages": [
|
||||||
{
|
|
||||||
"name": "healthcheck",
|
|
||||||
"group": "",
|
|
||||||
"executor": {
|
|
||||||
"name": "local",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"env": [],
|
|
||||||
"cpuLimit": 0,
|
|
||||||
"realCpuLimit": 0,
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"stackLimit": 0,
|
|
||||||
"procLimit": 50,
|
|
||||||
"cpuRateLimit": 0,
|
|
||||||
"cpuSetLimit": "",
|
|
||||||
"copyIn": {},
|
|
||||||
"copyInCached": {},
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"copyOutCached": [],
|
|
||||||
"copyOutMax": 0,
|
|
||||||
"copyOutDir": "",
|
|
||||||
"tty": false,
|
|
||||||
"strictMemoryLimit": false,
|
|
||||||
"dataSegmentLimit": false,
|
|
||||||
"addressSpaceLimit": false
|
|
||||||
},
|
|
||||||
"cases": [
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/repo-health-checker",
|
|
||||||
"-root=.",
|
|
||||||
"-repoSize=10",
|
|
||||||
"-checkFileSumList=-checkFileNameList="
|
|
||||||
],
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/joint-teapot",
|
|
||||||
"joj3-check-env",
|
|
||||||
"/home/tt/.config/teapot/teapot.env",
|
|
||||||
"--grading-repo-name",
|
|
||||||
"Nuvole-joj",
|
|
||||||
"--group-config",
|
|
||||||
"=100:24"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "healthcheck",
|
|
||||||
"with": {
|
|
||||||
"score": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "debug",
|
|
||||||
"with": {
|
|
||||||
"score": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "[cq] Cppcheck",
|
"name": "[cq] Cppcheck",
|
||||||
"group": "cq",
|
"group": "cq",
|
||||||
|
@ -198,61 +112,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preStages": [],
|
"preStages": [],
|
||||||
"postStages": [
|
"postStages": []
|
||||||
{
|
|
||||||
"name": "teapot",
|
|
||||||
"group": "",
|
|
||||||
"executor": {
|
|
||||||
"name": "local",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/joint-teapot",
|
|
||||||
"joj3-all-env",
|
|
||||||
"/home/tt/.config/teapot/teapot.env",
|
|
||||||
"--grading-repo-name",
|
|
||||||
"Nuvole-joj",
|
|
||||||
"--max-total-score",
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
"cpuLimit": 0,
|
|
||||||
"realCpuLimit": 0,
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"stackLimit": 0,
|
|
||||||
"procLimit": 50,
|
|
||||||
"cpuRateLimit": 0,
|
|
||||||
"cpuSetLimit": "",
|
|
||||||
"copyIn": {},
|
|
||||||
"copyInCached": {},
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"copyOutCached": [],
|
|
||||||
"copyOutMax": 0,
|
|
||||||
"copyOutDir": "",
|
|
||||||
"tty": false,
|
|
||||||
"strictMemoryLimit": false,
|
|
||||||
"dataSegmentLimit": false,
|
|
||||||
"addressSpaceLimit": false
|
|
||||||
},
|
|
||||||
"cases": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "log",
|
|
||||||
"with": {
|
|
||||||
"msg": "joj3 summary"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,92 +10,6 @@
|
||||||
"sandboxToken": "",
|
"sandboxToken": "",
|
||||||
"outputPath": "/tmp/joj3_result.json",
|
"outputPath": "/tmp/joj3_result.json",
|
||||||
"stages": [
|
"stages": [
|
||||||
{
|
|
||||||
"name": "healthcheck",
|
|
||||||
"group": "",
|
|
||||||
"executor": {
|
|
||||||
"name": "local",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"env": [],
|
|
||||||
"cpuLimit": 0,
|
|
||||||
"realCpuLimit": 0,
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"stackLimit": 0,
|
|
||||||
"procLimit": 50,
|
|
||||||
"cpuRateLimit": 0,
|
|
||||||
"cpuSetLimit": "",
|
|
||||||
"copyIn": {},
|
|
||||||
"copyInCached": {},
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"copyOutCached": [],
|
|
||||||
"copyOutMax": 0,
|
|
||||||
"copyOutDir": "",
|
|
||||||
"tty": false,
|
|
||||||
"strictMemoryLimit": false,
|
|
||||||
"dataSegmentLimit": false,
|
|
||||||
"addressSpaceLimit": false
|
|
||||||
},
|
|
||||||
"cases": [
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/repo-health-checker",
|
|
||||||
"-root=.",
|
|
||||||
"-repoSize=10",
|
|
||||||
"-checkFileSumList=-checkFileNameList="
|
|
||||||
],
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/joint-teapot",
|
|
||||||
"joj3-check-env",
|
|
||||||
"/home/tt/.config/teapot/teapot.env",
|
|
||||||
"--grading-repo-name",
|
|
||||||
"Nuvole-joj",
|
|
||||||
"--group-config",
|
|
||||||
"=100:24"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "healthcheck",
|
|
||||||
"with": {
|
|
||||||
"score": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "debug",
|
|
||||||
"with": {
|
|
||||||
"score": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "[cq] Cpplint",
|
"name": "[cq] Cpplint",
|
||||||
"group": "cq",
|
"group": "cq",
|
||||||
|
@ -200,61 +114,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preStages": [],
|
"preStages": [],
|
||||||
"postStages": [
|
"postStages": []
|
||||||
{
|
|
||||||
"name": "teapot",
|
|
||||||
"group": "",
|
|
||||||
"executor": {
|
|
||||||
"name": "local",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/joint-teapot",
|
|
||||||
"joj3-all-env",
|
|
||||||
"/home/tt/.config/teapot/teapot.env",
|
|
||||||
"--grading-repo-name",
|
|
||||||
"Nuvole-joj",
|
|
||||||
"--max-total-score",
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
"cpuLimit": 0,
|
|
||||||
"realCpuLimit": 0,
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"stackLimit": 0,
|
|
||||||
"procLimit": 50,
|
|
||||||
"cpuRateLimit": 0,
|
|
||||||
"cpuSetLimit": "",
|
|
||||||
"copyIn": {},
|
|
||||||
"copyInCached": {},
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"copyOutCached": [],
|
|
||||||
"copyOutMax": 0,
|
|
||||||
"copyOutDir": "",
|
|
||||||
"tty": false,
|
|
||||||
"strictMemoryLimit": false,
|
|
||||||
"dataSegmentLimit": false,
|
|
||||||
"addressSpaceLimit": false
|
|
||||||
},
|
|
||||||
"cases": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "log",
|
|
||||||
"with": {
|
|
||||||
"msg": "joj3 summary"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,92 +10,6 @@
|
||||||
"sandboxToken": "",
|
"sandboxToken": "",
|
||||||
"outputPath": "/tmp/joj3_result.json",
|
"outputPath": "/tmp/joj3_result.json",
|
||||||
"stages": [
|
"stages": [
|
||||||
{
|
|
||||||
"name": "healthcheck",
|
|
||||||
"group": "",
|
|
||||||
"executor": {
|
|
||||||
"name": "local",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"env": [],
|
|
||||||
"cpuLimit": 0,
|
|
||||||
"realCpuLimit": 0,
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"stackLimit": 0,
|
|
||||||
"procLimit": 50,
|
|
||||||
"cpuRateLimit": 0,
|
|
||||||
"cpuSetLimit": "",
|
|
||||||
"copyIn": {},
|
|
||||||
"copyInCached": {},
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"copyOutCached": [],
|
|
||||||
"copyOutMax": 0,
|
|
||||||
"copyOutDir": "",
|
|
||||||
"tty": false,
|
|
||||||
"strictMemoryLimit": false,
|
|
||||||
"dataSegmentLimit": false,
|
|
||||||
"addressSpaceLimit": false
|
|
||||||
},
|
|
||||||
"cases": [
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/repo-health-checker",
|
|
||||||
"-root=.",
|
|
||||||
"-repoSize=10",
|
|
||||||
"-checkFileSumList=-checkFileNameList="
|
|
||||||
],
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/joint-teapot",
|
|
||||||
"joj3-check-env",
|
|
||||||
"/home/tt/.config/teapot/teapot.env",
|
|
||||||
"--grading-repo-name",
|
|
||||||
"Nuvole-joj",
|
|
||||||
"--group-config",
|
|
||||||
"=100:24"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "healthcheck",
|
|
||||||
"with": {
|
|
||||||
"score": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "debug",
|
|
||||||
"with": {
|
|
||||||
"score": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "[joj] ex2-asan",
|
"name": "[joj] ex2-asan",
|
||||||
"group": "joj",
|
"group": "joj",
|
||||||
|
@ -225,61 +139,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preStages": [],
|
"preStages": [],
|
||||||
"postStages": [
|
"postStages": []
|
||||||
{
|
|
||||||
"name": "teapot",
|
|
||||||
"group": "",
|
|
||||||
"executor": {
|
|
||||||
"name": "local",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/joint-teapot",
|
|
||||||
"joj3-all-env",
|
|
||||||
"/home/tt/.config/teapot/teapot.env",
|
|
||||||
"--grading-repo-name",
|
|
||||||
"Nuvole-joj",
|
|
||||||
"--max-total-score",
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
"cpuLimit": 0,
|
|
||||||
"realCpuLimit": 0,
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"stackLimit": 0,
|
|
||||||
"procLimit": 50,
|
|
||||||
"cpuRateLimit": 0,
|
|
||||||
"cpuSetLimit": "",
|
|
||||||
"copyIn": {},
|
|
||||||
"copyInCached": {},
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"copyOutCached": [],
|
|
||||||
"copyOutMax": 0,
|
|
||||||
"copyOutDir": "",
|
|
||||||
"tty": false,
|
|
||||||
"strictMemoryLimit": false,
|
|
||||||
"dataSegmentLimit": false,
|
|
||||||
"addressSpaceLimit": false
|
|
||||||
},
|
|
||||||
"cases": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "log",
|
|
||||||
"with": {
|
|
||||||
"msg": "joj3 summary"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,92 +10,6 @@
|
||||||
"sandboxToken": "",
|
"sandboxToken": "",
|
||||||
"outputPath": "/tmp/joj3_result.json",
|
"outputPath": "/tmp/joj3_result.json",
|
||||||
"stages": [
|
"stages": [
|
||||||
{
|
|
||||||
"name": "healthcheck",
|
|
||||||
"group": "",
|
|
||||||
"executor": {
|
|
||||||
"name": "local",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"env": [],
|
|
||||||
"cpuLimit": 0,
|
|
||||||
"realCpuLimit": 0,
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"stackLimit": 0,
|
|
||||||
"procLimit": 50,
|
|
||||||
"cpuRateLimit": 0,
|
|
||||||
"cpuSetLimit": "",
|
|
||||||
"copyIn": {},
|
|
||||||
"copyInCached": {},
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"copyOutCached": [],
|
|
||||||
"copyOutMax": 0,
|
|
||||||
"copyOutDir": "",
|
|
||||||
"tty": false,
|
|
||||||
"strictMemoryLimit": false,
|
|
||||||
"dataSegmentLimit": false,
|
|
||||||
"addressSpaceLimit": false
|
|
||||||
},
|
|
||||||
"cases": [
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/repo-health-checker",
|
|
||||||
"-root=.",
|
|
||||||
"-repoSize=10",
|
|
||||||
"-checkFileSumList=-checkFileNameList="
|
|
||||||
],
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/joint-teapot",
|
|
||||||
"joj3-check-env",
|
|
||||||
"/home/tt/.config/teapot/teapot.env",
|
|
||||||
"--grading-repo-name",
|
|
||||||
"Nuvole-joj",
|
|
||||||
"--group-config",
|
|
||||||
"=100:24"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"procLimit": 50,
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "healthcheck",
|
|
||||||
"with": {
|
|
||||||
"score": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "debug",
|
|
||||||
"with": {
|
|
||||||
"score": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "[cq] Filelength",
|
"name": "[cq] Filelength",
|
||||||
"group": "cq",
|
"group": "cq",
|
||||||
|
@ -197,61 +111,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preStages": [],
|
"preStages": [],
|
||||||
"postStages": [
|
"postStages": []
|
||||||
{
|
|
||||||
"name": "teapot",
|
|
||||||
"group": "",
|
|
||||||
"executor": {
|
|
||||||
"name": "local",
|
|
||||||
"with": {
|
|
||||||
"default": {
|
|
||||||
"args": [
|
|
||||||
"/usr/local/bin/joint-teapot",
|
|
||||||
"joj3-all-env",
|
|
||||||
"/home/tt/.config/teapot/teapot.env",
|
|
||||||
"--grading-repo-name",
|
|
||||||
"Nuvole-joj",
|
|
||||||
"--max-total-score",
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"env": [
|
|
||||||
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"
|
|
||||||
],
|
|
||||||
"cpuLimit": 0,
|
|
||||||
"realCpuLimit": 0,
|
|
||||||
"clockLimit": 2,
|
|
||||||
"memoryLimit": 128000000,
|
|
||||||
"stackLimit": 0,
|
|
||||||
"procLimit": 50,
|
|
||||||
"cpuRateLimit": 0,
|
|
||||||
"cpuSetLimit": "",
|
|
||||||
"copyIn": {},
|
|
||||||
"copyInCached": {},
|
|
||||||
"copyInDir": ".",
|
|
||||||
"copyOut": [
|
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"copyOutCached": [],
|
|
||||||
"copyOutMax": 0,
|
|
||||||
"copyOutDir": "",
|
|
||||||
"tty": false,
|
|
||||||
"strictMemoryLimit": false,
|
|
||||||
"dataSegmentLimit": false,
|
|
||||||
"addressSpaceLimit": false
|
|
||||||
},
|
|
||||||
"cases": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parsers": [
|
|
||||||
{
|
|
||||||
"name": "log",
|
|
||||||
"with": {
|
|
||||||
"msg": "joj3 summary"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user