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.max_count[i]}:" | ||||||
|             + f"{repo_conf.groups.time_period_hour[i]}," |             + f"{repo_conf.groups.time_period_hour[i]}," | ||||||
|         ) |         ) | ||||||
|     # default value hardcoded |     group_config = group_config.removesuffix(",") | ||||||
|     group_config = group_config + "=100:24" |  | ||||||
|     return [ |     return [ | ||||||
|         "/usr/local/bin/joint-teapot", |         "/usr/local/bin/joint-teapot", | ||||||
|         "joj3-check-env", |         "joj3-check-env", | ||||||
|  |  | ||||||
|  | @ -74,7 +74,7 @@ | ||||||
|                                     "--grading-repo-name", |                                     "--grading-repo-name", | ||||||
|                                     "ece280-joj", |                                     "ece280-joj", | ||||||
|                                     "--group-config", |                                     "--group-config", | ||||||
|                                     "joj=1000:24,run=1000:24,=100:24" |                                     "joj=1000:24,run=1000:24" | ||||||
|                                 ], |                                 ], | ||||||
|                                 "env": [ |                                 "env": [ | ||||||
|                                     "LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log" |                                     "LOG_FILE_PATH=/home/tt/.cache/joint-teapot-debug.log" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user