fix: remove defualt num for groups
This commit is contained in:
		
							parent
							
								
									3751eb84a6
								
							
						
					
					
						commit
						6ee7068bfa
					
				|  | @ -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", | ||||
|  |  | |||
|  | @ -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