Save config for gce weekly soak deploy and add release-1.1 gce soak
This commit is contained in:
		| @@ -373,6 +373,17 @@ case ${JOB_NAME} in | |||||||
|     TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h" |     TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h" | ||||||
|     ;; |     ;; | ||||||
|  |  | ||||||
|  |   # Sets up the GCE soak cluster weekly using the latest CI release. | ||||||
|  |   kubernetes-soak-weekly-deploy-gce) | ||||||
|  |     : ${E2E_CLUSTER_NAME:="gce-soak-weekly"} | ||||||
|  |     : ${E2E_DOWN:="false"} | ||||||
|  |     : ${E2E_NETWORK:="gce-soak-weekly"} | ||||||
|  |     : ${E2E_TEST:="false"} | ||||||
|  |     : ${E2E_UP:="true"} | ||||||
|  |     : ${KUBE_GCE_INSTANCE_PREFIX:="gce-soak-weekly"} | ||||||
|  |     : ${PROJECT:="kubernetes-jenkins"} | ||||||
|  |     ;; | ||||||
|  |  | ||||||
|   # Runs tests on GCE soak cluster. |   # Runs tests on GCE soak cluster. | ||||||
|   kubernetes-soak-continuous-e2e-gce) |   kubernetes-soak-continuous-e2e-gce) | ||||||
|     : ${E2E_CLUSTER_NAME:="gce-soak-weekly"} |     : ${E2E_CLUSTER_NAME:="gce-soak-weekly"} | ||||||
| @@ -388,6 +399,33 @@ case ${JOB_NAME} in | |||||||
|     : ${PROJECT:="kubernetes-jenkins"} |     : ${PROJECT:="kubernetes-jenkins"} | ||||||
|     ;; |     ;; | ||||||
|  |  | ||||||
|  |   # Sets up the GCE soak cluster weekly using the latest 1.1 release. | ||||||
|  |   kubernetes-soak-weekly-deploy-gce-release-1.1) | ||||||
|  |     : ${E2E_CLUSTER_NAME:="gce-soak-weekly-release-1.1"} | ||||||
|  |     : ${E2E_DOWN:="false"} | ||||||
|  |     : ${E2E_NETWORK:="gce-soak-weekly-release-1.1"} | ||||||
|  |     : ${E2E_TEST:="false"} | ||||||
|  |     : ${E2E_UP:="true"} | ||||||
|  |     : ${KUBE_GCE_INSTANCE_PREFIX:="gce-soak-weekly-release-1.1"} | ||||||
|  |     : ${KUBE_GCS_STAGING_PATH_SUFFIX:="release-1.1"} | ||||||
|  |     : ${PROJECT:="kubernetes-jenkins"} | ||||||
|  |     ;; | ||||||
|  |  | ||||||
|  |   # Runs tests on GCE soak cluster for latest 1.1 release. | ||||||
|  |   kubernetes-soak-continuous-e2e-gce-release-1.1) | ||||||
|  |     : ${E2E_CLUSTER_NAME:="gce-soak-weekly-release-1.1"} | ||||||
|  |     : ${E2E_DOWN:="false"} | ||||||
|  |     : ${E2E_NETWORK:="gce-soak-weekly-release-1.1"} | ||||||
|  |     : ${E2E_UP:="false"} | ||||||
|  |     : ${GINKGO_TEST_ARGS:="--ginkgo.skip=$(join_regex_allow_empty \ | ||||||
|  |           ${GCE_DEFAULT_SKIP_TESTS[@]:+${GCE_DEFAULT_SKIP_TESTS[@]}} \ | ||||||
|  |           ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \ | ||||||
|  |           ${GCE_SOAK_CONTINUOUS_SKIP_TESTS[@]:+${GCE_SOAK_CONTINUOUS_SKIP_TESTS[@]}} \ | ||||||
|  |           )"} | ||||||
|  |     : ${KUBE_GCE_INSTANCE_PREFIX:="gce-soak-weekly-release-1.1"} | ||||||
|  |     : ${PROJECT:="kubernetes-jenkins"} | ||||||
|  |     ;; | ||||||
|  |  | ||||||
|   # Runs non-flaky tests on GCE on the release-1.0 branch, |   # Runs non-flaky tests on GCE on the release-1.0 branch, | ||||||
|   # sequentially. As a reminder, if you need to change the skip list |   # sequentially. As a reminder, if you need to change the skip list | ||||||
|   # or flaky test list on the release branch, you'll need to propose a |   # or flaky test list on the release branch, you'll need to propose a | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jeff Grafton
					Jeff Grafton