refactor: remove redundant teapot config code
This commit is contained in:
parent
c67dd32cf2
commit
9f3d820ae3
|
@ -57,7 +57,7 @@
|
||||||
"cases": [
|
"cases": [
|
||||||
{
|
{
|
||||||
"args": [
|
"args": [
|
||||||
"/tmp/repo-health-checker",
|
"/usr/local/bin/repo-health-checker",
|
||||||
"-root=.",
|
"-root=.",
|
||||||
"-repoSize=50.5",
|
"-repoSize=50.5",
|
||||||
"-meta=README.md",
|
"-meta=README.md",
|
||||||
|
@ -2264,27 +2264,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"teapot": {
|
|
||||||
"logPath": "/home/tt/.cache/joj3/homework/h7/e2-joint-teapot-debug.log",
|
|
||||||
"scoreboardPath": "homework/h7-scoreboard.csv",
|
|
||||||
"failedTablePath": "homework/h7-failed-table.md",
|
|
||||||
"gradingRepoName": "Nuvole-joj",
|
|
||||||
"skipIssue": false,
|
|
||||||
"skipScoreboard": false,
|
|
||||||
"skipFailedTable": false,
|
|
||||||
"maxTotalScore": 100,
|
|
||||||
"groups": [
|
|
||||||
{
|
|
||||||
"name": "joj",
|
|
||||||
"maxCount": 1000,
|
|
||||||
"timePeriodHour": 24
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "run",
|
|
||||||
"maxCount": 1000,
|
|
||||||
"timePeriodHour": 24
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user