mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Merge pull request #15861 from mikedanese/upgrade-num-minion
increase NUM_MINIONS for jenkins gce upgrade test
This commit is contained in:
		@@ -748,7 +748,7 @@ case ${JOB_NAME} in
 | 
				
			|||||||
    : ${E2E_TEST:="false"}
 | 
					    : ${E2E_TEST:="false"}
 | 
				
			||||||
    : ${E2E_DOWN:="false"}
 | 
					    : ${E2E_DOWN:="false"}
 | 
				
			||||||
    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
					    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
				
			||||||
    : ${NUM_MINIONS:=3}
 | 
					    : ${NUM_MINIONS:=5}
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  kubernetes-upgrade-gce-step2-upgrade-master)
 | 
					  kubernetes-upgrade-gce-step2-upgrade-master)
 | 
				
			||||||
@@ -762,7 +762,7 @@ case ${JOB_NAME} in
 | 
				
			|||||||
    : ${E2E_DOWN:="false"}
 | 
					    : ${E2E_DOWN:="false"}
 | 
				
			||||||
    : ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-master"}
 | 
					    : ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-master"}
 | 
				
			||||||
    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
					    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
				
			||||||
    : ${NUM_MINIONS:=3}
 | 
					    : ${NUM_MINIONS:=5}
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  kubernetes-upgrade-gce-step3-e2e-old)
 | 
					  kubernetes-upgrade-gce-step3-e2e-old)
 | 
				
			||||||
@@ -783,7 +783,7 @@ case ${JOB_NAME} in
 | 
				
			|||||||
          ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
 | 
					          ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
 | 
				
			||||||
          )"}
 | 
					          )"}
 | 
				
			||||||
    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
					    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
				
			||||||
    : ${NUM_MINIONS:=3}
 | 
					    : ${NUM_MINIONS:=5}
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  kubernetes-upgrade-gce-step4-upgrade-cluster)
 | 
					  kubernetes-upgrade-gce-step4-upgrade-cluster)
 | 
				
			||||||
@@ -797,7 +797,7 @@ case ${JOB_NAME} in
 | 
				
			|||||||
    : ${E2E_DOWN:="false"}
 | 
					    : ${E2E_DOWN:="false"}
 | 
				
			||||||
    : ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-cluster"}
 | 
					    : ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-cluster"}
 | 
				
			||||||
    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
					    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
				
			||||||
    : ${NUM_MINIONS:=3}
 | 
					    : ${NUM_MINIONS:=5}
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  kubernetes-upgrade-gce-step5-e2e-old)
 | 
					  kubernetes-upgrade-gce-step5-e2e-old)
 | 
				
			||||||
@@ -816,7 +816,7 @@ case ${JOB_NAME} in
 | 
				
			|||||||
          ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
 | 
					          ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \
 | 
				
			||||||
          )"}
 | 
					          )"}
 | 
				
			||||||
    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
					    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
				
			||||||
    : ${NUM_MINIONS:=3}
 | 
					    : ${NUM_MINIONS:=5}
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  kubernetes-upgrade-gce-step6-e2e-new)
 | 
					  kubernetes-upgrade-gce-step6-e2e-new)
 | 
				
			||||||
@@ -836,7 +836,7 @@ case ${JOB_NAME} in
 | 
				
			|||||||
          ${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \
 | 
					          ${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \
 | 
				
			||||||
          )"}
 | 
					          )"}
 | 
				
			||||||
    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
					    : ${ENABLE_EXPERIMENTAL_API:=true}
 | 
				
			||||||
    : ${NUM_MINIONS:=3}
 | 
					    : ${NUM_MINIONS:=5}
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Run Kubemark test on a fake 100 node cluster to have a comparison
 | 
					  # Run Kubemark test on a fake 100 node cluster to have a comparison
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user