mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +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_DOWN:="false"} | ||||
|     : ${ENABLE_EXPERIMENTAL_API:=true} | ||||
|     : ${NUM_MINIONS:=3} | ||||
|     : ${NUM_MINIONS:=5} | ||||
|     ;; | ||||
|  | ||||
|   kubernetes-upgrade-gce-step2-upgrade-master) | ||||
| @@ -762,7 +762,7 @@ case ${JOB_NAME} in | ||||
|     : ${E2E_DOWN:="false"} | ||||
|     : ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-master"} | ||||
|     : ${ENABLE_EXPERIMENTAL_API:=true} | ||||
|     : ${NUM_MINIONS:=3} | ||||
|     : ${NUM_MINIONS:=5} | ||||
|     ;; | ||||
|  | ||||
|   kubernetes-upgrade-gce-step3-e2e-old) | ||||
| @@ -783,7 +783,7 @@ case ${JOB_NAME} in | ||||
|           ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \ | ||||
|           )"} | ||||
|     : ${ENABLE_EXPERIMENTAL_API:=true} | ||||
|     : ${NUM_MINIONS:=3} | ||||
|     : ${NUM_MINIONS:=5} | ||||
|     ;; | ||||
|  | ||||
|   kubernetes-upgrade-gce-step4-upgrade-cluster) | ||||
| @@ -797,7 +797,7 @@ case ${JOB_NAME} in | ||||
|     : ${E2E_DOWN:="false"} | ||||
|     : ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-cluster"} | ||||
|     : ${ENABLE_EXPERIMENTAL_API:=true} | ||||
|     : ${NUM_MINIONS:=3} | ||||
|     : ${NUM_MINIONS:=5} | ||||
|     ;; | ||||
|  | ||||
|   kubernetes-upgrade-gce-step5-e2e-old) | ||||
| @@ -816,7 +816,7 @@ case ${JOB_NAME} in | ||||
|           ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \ | ||||
|           )"} | ||||
|     : ${ENABLE_EXPERIMENTAL_API:=true} | ||||
|     : ${NUM_MINIONS:=3} | ||||
|     : ${NUM_MINIONS:=5} | ||||
|     ;; | ||||
|  | ||||
|   kubernetes-upgrade-gce-step6-e2e-new) | ||||
| @@ -836,7 +836,7 @@ case ${JOB_NAME} in | ||||
|           ${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \ | ||||
|           )"} | ||||
|     : ${ENABLE_EXPERIMENTAL_API:=true} | ||||
|     : ${NUM_MINIONS:=3} | ||||
|     : ${NUM_MINIONS:=5} | ||||
|     ;; | ||||
|  | ||||
|   # Run Kubemark test on a fake 100 node cluster to have a comparison | ||||
|   | ||||
		Reference in New Issue
	
	Block a user