chore: new conf version
This commit is contained in:
		
							parent
							
								
									a6eb143f38
								
							
						
					
					
						commit
						8a513acff6
					
				
							
								
								
									
										98
									
								
								conf.json
									
									
									
									
									
								
							
							
						
						
									
										98
									
								
								conf.json
									
									
									
									
									
								
							|  | @ -1,53 +1,57 @@ | ||||||
| { | { | ||||||
|   "stages": [ |   "stage": { | ||||||
|     { |     "stages": [ | ||||||
|       "name": "sample", |       { | ||||||
|       "executor": { |         "name": "sample", | ||||||
|         "name": "sandbox", |         "executor": { | ||||||
|         "with": { |           "name": "sandbox", | ||||||
|           "default": { |           "with": { | ||||||
|             "args": [ |             "default": { | ||||||
|               "./sample", |               "args": [ | ||||||
|               "--score", |                 "./sample", | ||||||
|               "100" |                 "--score", | ||||||
|             ], |                 "100" | ||||||
|             "env": [ |               ], | ||||||
|               "PATH=/usr/bin:/bin" |               "env": [ | ||||||
|             ], |                 "PATH=/usr/bin:/bin" | ||||||
|             "cpuLimit": 10000000000, |               ], | ||||||
|             "memoryLimit": 104857600, |               "cpuLimit": 10000000000, | ||||||
|             "procLimit": 50, |               "memoryLimit": 104857600, | ||||||
|             "copyInDir": ".", |               "procLimit": 50, | ||||||
|             "copyIn": { |               "copyInDir": ".", | ||||||
|               "sample": { |               "copyIn": { | ||||||
|                 "src": "./../../../../../../build/sample" |                 "sample": { | ||||||
|  |                   "src": "./../../../../../../build/sample" | ||||||
|  |                 } | ||||||
|  |               }, | ||||||
|  |               "copyOut": [ | ||||||
|  |                 "stdout", | ||||||
|  |                 "stderr" | ||||||
|  |               ], | ||||||
|  |               "stdin": { | ||||||
|  |                 "content": "" | ||||||
|  |               }, | ||||||
|  |               "stdout": { | ||||||
|  |                 "name": "stdout", | ||||||
|  |                 "max": 4096 | ||||||
|  |               }, | ||||||
|  |               "stderr": { | ||||||
|  |                 "name": "stderr", | ||||||
|  |                 "max": 4096 | ||||||
|               } |               } | ||||||
|             }, |  | ||||||
|             "copyOut": [ |  | ||||||
|               "stdout", |  | ||||||
|               "stderr" |  | ||||||
|             ], |  | ||||||
|             "stdin": { |  | ||||||
|               "content": "" |  | ||||||
|             }, |  | ||||||
|             "stdout": { |  | ||||||
|               "name": "stdout", |  | ||||||
|               "max": 4096 |  | ||||||
|             }, |  | ||||||
|             "stderr": { |  | ||||||
|               "name": "stderr", |  | ||||||
|               "max": 4096 |  | ||||||
|             } |             } | ||||||
|           } |           } | ||||||
|         } |         }, | ||||||
|       }, |         "parsers": [ | ||||||
|       "parser": { |           { | ||||||
|         "name": "sample", |             "name": "sample", | ||||||
|         "with": { |             "with": { | ||||||
|           "score": 10, |               "score": 10, | ||||||
|           "comment": " + comment from toml conf" |               "comment": " + comment from toml conf" | ||||||
|         } |             } | ||||||
|  |           } | ||||||
|  |         ] | ||||||
|       } |       } | ||||||
|     } |     ] | ||||||
|   ] |   } | ||||||
| } | } | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user