chore: new conf version
This commit is contained in:
		
							parent
							
								
									9dc0f1b29d
								
							
						
					
					
						commit
						8b6f94d115
					
				
							
								
								
									
										26
									
								
								conf.json
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								conf.json
									
									
									
									
									
								
							|  | @ -1,5 +1,5 @@ | ||||||
| { | { | ||||||
|   "skipGitea": true, |     "stage": { | ||||||
|         "stages": [ |         "stages": [ | ||||||
|             { |             { | ||||||
|                 "name": "keyword", |                 "name": "keyword", | ||||||
|  | @ -7,13 +7,22 @@ | ||||||
|                     "name": "sandbox", |                     "name": "sandbox", | ||||||
|                     "with": { |                     "with": { | ||||||
|                         "default": { |                         "default": { | ||||||
|             "args": ["bash", "-c", ". ./src/lib.sh; check_files ./src/assets"], |                             "args": [ | ||||||
|             "env": ["PATH=/usr/bin:/bin:/usr/local/bin"], |                                 "bash", | ||||||
|  |                                 "-c", | ||||||
|  |                                 ". ./src/lib.sh; check_files ./src/assets" | ||||||
|  |                             ], | ||||||
|  |                             "env": [ | ||||||
|  |                                 "PATH=/usr/bin:/bin:/usr/local/bin" | ||||||
|  |                             ], | ||||||
|                             "cpuLimit": 10000000000, |                             "cpuLimit": 10000000000, | ||||||
|                             "memoryLimit": 104857600, |                             "memoryLimit": 104857600, | ||||||
|                             "procLimit": 50, |                             "procLimit": 50, | ||||||
|                             "copyInDir": ".", |                             "copyInDir": ".", | ||||||
|             "copyOut": ["stdout", "stderr"], |                             "copyOut": [ | ||||||
|  |                                 "stdout", | ||||||
|  |                                 "stderr" | ||||||
|  |                             ], | ||||||
|                             "stdin": { |                             "stdin": { | ||||||
|                                 "content": "" |                                 "content": "" | ||||||
|                             }, |                             }, | ||||||
|  | @ -32,11 +41,15 @@ | ||||||
|                     "name": "keyword", |                     "name": "keyword", | ||||||
|                     "with": { |                     "with": { | ||||||
|                         "score": 100, |                         "score": 100, | ||||||
|           "files": ["stdout"], |                         "files": [ | ||||||
|  |                             "stdout" | ||||||
|  |                         ], | ||||||
|                         "forceQuitOnDeduct": true, |                         "forceQuitOnDeduct": true, | ||||||
|                         "matches": [ |                         "matches": [ | ||||||
|                             { |                             { | ||||||
|               "keywords": ["check files error"], |                                 "keywords": [ | ||||||
|  |                                     "check files error" | ||||||
|  |                                 ], | ||||||
|                                 "score": 5 |                                 "score": 5 | ||||||
|                             } |                             } | ||||||
|                         ] |                         ] | ||||||
|  | @ -44,4 +57,5 @@ | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         ] |         ] | ||||||
|  |     } | ||||||
| } | } | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user