fixed optimum deployment
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Lint Checks / Run linter (push) Successful in 42s
				
			
		
			
				
	
				Lint Checks / Run linter (pull_request) Successful in 41s
				
			
		
			
				
	
				Deploy Test / Run deploy test suite (pull_request) Successful in 5m25s
				
			
		
			
				
	
				Smoke Test / Run basic test suite (pull_request) Successful in 4m47s
				
			
		
			
				
	
				Webapp Test / Run webapp test suite (pull_request) Successful in 5m6s
				
			
		
			
				
	
				K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m17s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Lint Checks / Run linter (push) Successful in 42s
				
			Lint Checks / Run linter (pull_request) Successful in 41s
				
			Deploy Test / Run deploy test suite (pull_request) Successful in 5m25s
				
			Smoke Test / Run basic test suite (pull_request) Successful in 4m47s
				
			Webapp Test / Run webapp test suite (pull_request) Successful in 5m6s
				
			K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m17s
				
			This commit is contained in:
		
							parent
							
								
									b4df8104c8
								
							
						
					
					
						commit
						b4eda902ea
					
				| @ -67,7 +67,7 @@ services: | |||||||
|       --l1.rpckind="any" |       --l1.rpckind="any" | ||||||
|       --l2="http://blast-geth:8551" |       --l2="http://blast-geth:8551" | ||||||
|       --l2.jwt-secret=/blast/jwt.txt |       --l2.jwt-secret=/blast/jwt.txt | ||||||
|       --rollup.config="/blast/${NETWORK:-mainnet}/rollup.json" |       --rollup.config="/blast/rollup.json" | ||||||
|     depends_on: |     depends_on: | ||||||
|       - blast-geth |       - blast-geth | ||||||
|     env_file:  |     env_file:  | ||||||
|  | |||||||
| @ -20,7 +20,7 @@ from shutil import copy | |||||||
| 
 | 
 | ||||||
| def create(context, extra_args): | def create(context, extra_args): | ||||||
| 
 | 
 | ||||||
|     # Our goal here is just to copy the genesis.json file for blast |     # Our goal here is just to copy the json files for blast | ||||||
|     deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data") |     deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data") | ||||||
|     command_context = extra_args[2] |     command_context = extra_args[2] | ||||||
|     compose_file = [f for f in command_context.cluster_context.compose_files if "blast" in f][0] |     compose_file = [f for f in command_context.cluster_context.compose_files if "blast" in f][0] | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user