mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Stop waiting on conformance image pod when it fails
Change-Id: I516833167f8e0aaa0e7962c1d6bdbe2ca422dc6e
This commit is contained in:
		@@ -25,6 +25,9 @@ while true; do
 | 
			
		||||
  if [[ "$STATUS" == "Succeeded" ]]; then
 | 
			
		||||
    echo "$timestamp Done."
 | 
			
		||||
    break
 | 
			
		||||
  elif [[ "$STATUS" == "Failed" ]]; then
 | 
			
		||||
    echo "$timestamp Failed."
 | 
			
		||||
    break
 | 
			
		||||
  else
 | 
			
		||||
    sleep 5
 | 
			
		||||
  fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user