mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Set the correct api endpoint for gke prod.
This commit is contained in:
parent
08e9ef0ef9
commit
44b1f63d16
@ -383,6 +383,7 @@
|
||||
export PROJECT="k8s-jkns-e2e-gke-prod"
|
||||
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
|
||||
export JENKINS_USE_SERVER_VERSION="y"
|
||||
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://container.googleapis.com/"
|
||||
export ZONE="asia-east1-b"
|
||||
- 'gke-prod-parallel':
|
||||
description: 'Run E2E tests on GKE prod endpoint in parallel.'
|
||||
@ -391,6 +392,7 @@
|
||||
export PROJECT="k8s-e2e-gke-prod-parallel"
|
||||
export CLOUDSDK_BUCKET="gs://cloud-sdk-testing/rc"
|
||||
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_PARALLEL="y"
|
||||
export ZONE="asia-east1-b"
|
||||
|
Loading…
Reference in New Issue
Block a user