dev #10
|
@ -54,8 +54,7 @@ def get_teapot_check_args(repo_conf: repo.Config) -> List[str]:
|
|||
+ f"{repo_conf.groups.max_count[i]}:"
|
||||
jon-lee marked this conversation as resolved
Outdated
|
||||
+ f"{repo_conf.groups.time_period_hour[i]},"
|
||||
)
|
||||
# default value hardcoded
|
||||
group_config = group_config + "=100:24"
|
||||
group_config = group_config.removesuffix(",")
|
||||
return [
|
||||
jon-lee marked this conversation as resolved
Outdated
张泊明518370910136
commented
do we need that default? do we need that default?
李衍志523370910113
commented
what is the situation internally in JOJ3? I just added that blindly when I reached that stage. Overall I think 100 times per day should be a reasonable and safe default? considering that there may be group works and due date what is the situation internally in JOJ3? I just added that blindly when I reached that stage. Overall I think 100 times per day should be a reasonable and safe default? considering that there may be group works and due date
张泊明518370910136
commented
They can manually add it if needed. Or just move it to the model default. They can manually add it if needed. Or just move it to the model default.
李衍志523370910113
commented
removed. removed.
|
||||
"/usr/local/bin/joint-teapot",
|
||||
"joj3-check-env",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user
why not
args = "hc -root=. "
resolved.