feat: default health check score = 0
This commit is contained in:
		
							parent
							
								
									d4b84d30e5
								
							
						
					
					
						commit
						37acb8690a
					
				|  | @ -27,4 +27,4 @@ class Config(BaseModel): | ||||||
|     root: Path = Path(".") |     root: Path = Path(".") | ||||||
|     path: Path = Path("repo.toml") |     path: Path = Path("repo.toml") | ||||||
|     grading_repo_name: str = f"{socket.gethostname().split('-')[0]}-joj" |     grading_repo_name: str = f"{socket.gethostname().split('-')[0]}-joj" | ||||||
|     health_check_score: int = Field(1) |     health_check_score: int = Field(0) | ||||||
|  |  | ||||||
|  | @ -89,7 +89,7 @@ | ||||||
|                     { |                     { | ||||||
|                         "name": "healthcheck", |                         "name": "healthcheck", | ||||||
|                         "with": { |                         "with": { | ||||||
|                             "score": 1 |                             "score": 0 | ||||||
|                         } |                         } | ||||||
|                     }, |                     }, | ||||||
|                     { |                     { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user