mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Isolate Jenkins GKE jobs into separate Google Cloud projects
This commit is contained in:
parent
0a822bb742
commit
253254fc80
@ -491,7 +491,7 @@ case ${JOB_NAME} in
|
|||||||
: ${E2E_CLUSTER_NAME:="jkns-gke-e2e-test"}
|
: ${E2E_CLUSTER_NAME:="jkns-gke-e2e-test"}
|
||||||
: ${E2E_NETWORK:="e2e-gke-test"}
|
: ${E2E_NETWORK:="e2e-gke-test"}
|
||||||
: ${JENKINS_PUBLISHED_VERSION:="release/latest"}
|
: ${JENKINS_PUBLISHED_VERSION:="release/latest"}
|
||||||
: ${PROJECT:="k8s-jkns-e2e-gke-ci"}
|
: ${PROJECT:="k8s-jkns-e2e-gke-test"}
|
||||||
: ${FAIL_ON_GCP_RESOURCE_LEAK:="true"}
|
: ${FAIL_ON_GCP_RESOURCE_LEAK:="true"}
|
||||||
: ${GINKGO_TEST_ARGS:="--ginkgo.skip=$(join_regex_allow_empty \
|
: ${GINKGO_TEST_ARGS:="--ginkgo.skip=$(join_regex_allow_empty \
|
||||||
${GKE_REQUIRED_SKIP_TESTS[@]:+${GKE_REQUIRED_SKIP_TESTS[@]}} \
|
${GKE_REQUIRED_SKIP_TESTS[@]:+${GKE_REQUIRED_SKIP_TESTS[@]}} \
|
||||||
@ -522,9 +522,9 @@ case ${JOB_NAME} in
|
|||||||
: ${CLOUDSDK_BUCKET:="gs://cloud-sdk-build/testing/staging"}
|
: ${CLOUDSDK_BUCKET:="gs://cloud-sdk-build/testing/staging"}
|
||||||
: ${GKE_API_ENDPOINT:="https://test-container.sandbox.googleapis.com/"}
|
: ${GKE_API_ENDPOINT:="https://test-container.sandbox.googleapis.com/"}
|
||||||
: ${E2E_CLUSTER_NAME:="jkns-gke-e2e-ci-reboot"}
|
: ${E2E_CLUSTER_NAME:="jkns-gke-e2e-ci-reboot"}
|
||||||
: ${E2E_NETWORK:="e2e-gke-ci"}
|
: ${E2E_NETWORK:="e2e-gke-ci-reboot"}
|
||||||
: ${E2E_SET_CLUSTER_API_VERSION:=y}
|
: ${E2E_SET_CLUSTER_API_VERSION:=y}
|
||||||
: ${PROJECT:="k8s-jkns-e2e-gke-ci"}
|
: ${PROJECT:="k8s-jkns-e2e-gke-ci-reboot"}
|
||||||
: ${FAIL_ON_GCP_RESOURCE_LEAK:="true"}
|
: ${FAIL_ON_GCP_RESOURCE_LEAK:="true"}
|
||||||
: ${GINKGO_TEST_ARGS:="--ginkgo.skip=$(join_regex_allow_empty \
|
: ${GINKGO_TEST_ARGS:="--ginkgo.skip=$(join_regex_allow_empty \
|
||||||
${GKE_REQUIRED_SKIP_TESTS[@]:+${GKE_REQUIRED_SKIP_TESTS[@]}} \
|
${GKE_REQUIRED_SKIP_TESTS[@]:+${GKE_REQUIRED_SKIP_TESTS[@]}} \
|
||||||
|
Loading…
Reference in New Issue
Block a user