mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #118747 from dims/do-not-prepull-images-for-e2e-node-jobs
Do not prepull images for e2e-node jobs
This commit is contained in:
		@@ -84,6 +84,9 @@ if [[ -n ${image_service_endpoint} ]] ; then
 | 
				
			|||||||
  test_args="--image-service-endpoint=${image_service_endpoint} ${test_args}"
 | 
					  test_args="--image-service-endpoint=${image_service_endpoint} ${test_args}"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if [[ "${test_args}" != *"prepull-images"* ]]; then
 | 
				
			||||||
 | 
					  test_args="--prepull-images=${PREPULL_IMAGES:-false}  ${test_args}"
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ "${remote}" = true ] && [ "${remote_mode}" = gce ] ; then
 | 
					if [ "${remote}" = true ] && [ "${remote_mode}" = gce ] ; then
 | 
				
			||||||
  # The following options are only valid in remote GCE run.
 | 
					  # The following options are only valid in remote GCE run.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user