mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	make test zone an option in test-e2e-node.sh script
This commit is contained in:
		@@ -96,7 +96,7 @@ if [ $remote = true ] ; then
 | 
				
			|||||||
  test_suite=${TEST_SUITE:-"default"}
 | 
					  test_suite=${TEST_SUITE:-"default"}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Get the compute zone
 | 
					  # Get the compute zone
 | 
				
			||||||
  zone=$(gcloud info --format='value(config.properties.compute.zone)')
 | 
					  zone=${ZONE:-"$(gcloud info --format='value(config.properties.compute.zone)')"}
 | 
				
			||||||
  if [[ $zone == "" ]]; then
 | 
					  if [[ $zone == "" ]]; then
 | 
				
			||||||
    echo "Could not find gcloud compute/zone when running: \`gcloud info --format='value(config.properties.compute.zone)'\`"
 | 
					    echo "Could not find gcloud compute/zone when running: \`gcloud info --format='value(config.properties.compute.zone)'\`"
 | 
				
			||||||
    exit 1
 | 
					    exit 1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user