Merge pull request #19693 from gmarek/master
Run only reboot tests in reboot suite.
This commit is contained in:
		@@ -499,12 +499,12 @@ case ${JOB_NAME} in
 | 
				
			|||||||
    NUM_NODES=${NUM_NODES_PARALLEL}
 | 
					    NUM_NODES=${NUM_NODES_PARALLEL}
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Run the GCE_PARALLEL_SKIP_TESTS on GCE.
 | 
					  # Run the DISRUPTIVE_TESTS on GCE. (#19681)
 | 
				
			||||||
  kubernetes-e2e-gce-reboot)
 | 
					  kubernetes-e2e-gce-reboot)
 | 
				
			||||||
    : ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-reboot"}
 | 
					    : ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-reboot"}
 | 
				
			||||||
    : ${E2E_NETWORK:="e2e-reboot"}
 | 
					    : ${E2E_NETWORK:="e2e-reboot"}
 | 
				
			||||||
    : ${GINKGO_TEST_ARGS:="--ginkgo.focus=$(join_regex_allow_empty \
 | 
					    : ${GINKGO_TEST_ARGS:="--ginkgo.focus=$(join_regex_allow_empty \
 | 
				
			||||||
          ${GCE_PARALLEL_SKIP_TESTS[@]:+${GCE_PARALLEL_SKIP_TESTS[@]}} \
 | 
					          ${DISRUPTIVE_TESTS[@]:+${DISRUPTIVE_TESTS[@]}} \
 | 
				
			||||||
          ) --ginkgo.skip=$(join_regex_no_empty \
 | 
					          ) --ginkgo.skip=$(join_regex_no_empty \
 | 
				
			||||||
          ${GCE_DEFAULT_SKIP_TESTS[@]:+${GCE_DEFAULT_SKIP_TESTS[@]}} \
 | 
					          ${GCE_DEFAULT_SKIP_TESTS[@]:+${GCE_DEFAULT_SKIP_TESTS[@]}} \
 | 
				
			||||||
          ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
 | 
					          ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user