fix: remove defualt num for groups
All checks were successful
build / build (pull_request) Successful in 2m32s
build / build (push) Successful in 2m34s

This commit is contained in:
李衍志523370910113 2025-03-05 15:50:32 +08:00
parent 3751eb84a6
commit 6ee7068bfa
2 changed files with 2 additions and 3 deletions

View File

@ -54,8 +54,7 @@ def get_teapot_check_args(repo_conf: repo.Config) -> List[str]:
+ f"{repo_conf.groups.max_count[i]}:"
+ f"{repo_conf.groups.time_period_hour[i]},"
)
# default value hardcoded
group_config = group_config + "=100:24"
group_config = group_config.removesuffix(",")
return [
"/usr/local/bin/joint-teapot",
"joj3-check-env",

View File

@ -74,7 +74,7 @@
"--grading-repo-name",
"ece280-joj",
"--group-config",
"joj=1000:24,run=1000:24,=100:24"
"joj=1000:24,run=1000:24"
],
"env": [
"LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log"