mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #23507 from roberthbailey/gke-prod
Set the correct api endpoint for gke prod.
This commit is contained in:
commit
e9b93249dc
@ -383,6 +383,7 @@
|
|||||||
export PROJECT="k8s-jkns-e2e-gke-prod"
|
export PROJECT="k8s-jkns-e2e-gke-prod"
|
||||||
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
|
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
|
||||||
export JENKINS_USE_SERVER_VERSION="y"
|
export JENKINS_USE_SERVER_VERSION="y"
|
||||||
|
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://container.googleapis.com/"
|
||||||
export ZONE="asia-east1-b"
|
export ZONE="asia-east1-b"
|
||||||
- 'gke-prod-parallel':
|
- 'gke-prod-parallel':
|
||||||
description: 'Run E2E tests on GKE prod endpoint in parallel.'
|
description: 'Run E2E tests on GKE prod endpoint in parallel.'
|
||||||
@ -391,6 +392,7 @@
|
|||||||
export PROJECT="k8s-e2e-gke-prod-parallel"
|
export PROJECT="k8s-e2e-gke-prod-parallel"
|
||||||
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
|
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
|
||||||
export JENKINS_USE_SERVER_VERSION="y"
|
export JENKINS_USE_SERVER_VERSION="y"
|
||||||
|
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://container.googleapis.com/"
|
||||||
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
|
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
|
||||||
export GINKGO_PARALLEL="y"
|
export GINKGO_PARALLEL="y"
|
||||||
export ZONE="asia-east1-b"
|
export ZONE="asia-east1-b"
|
||||||
|
Loading…
Reference in New Issue
Block a user