Commit f1c7bd03 authored by Joe Finney's avatar Joe Finney

Merge pull request #23139 from spxtr/bump-1-2-gke

Bump timeouts for 1.2 gke jobs.
parents 1427a7cf 5c322832
...@@ -329,14 +329,14 @@ ...@@ -329,14 +329,14 @@
suffix: suffix:
- 'gke-test': - 'gke-test':
description: 'Run E2E tests on GKE test endpoint.' description: 'Run E2E tests on GKE test endpoint.'
timeout: 300 timeout: 480
job-env: | job-env: |
export PROJECT="k8s-jkns-e2e-gke-test" export PROJECT="k8s-jkns-e2e-gke-test"
export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/rc" export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/rc"
export JENKINS_USE_SERVER_VERSION="y" export JENKINS_USE_SERVER_VERSION="y"
- 'gke-subnet': - 'gke-subnet':
description: 'Run E2E tests on GKE test endpoint in a subnet.' description: 'Run E2E tests on GKE test endpoint in a subnet.'
timeout: 300 timeout: 480
job-env: | job-env: |
# auto-subnet manually created - if deleted, it will need to be recreated # auto-subnet manually created - if deleted, it will need to be recreated
# gcloud alpha compute networks create auto-subnet --mode auto # gcloud alpha compute networks create auto-subnet --mode auto
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
export JENKINS_USE_SERVER_VERSION="y" export JENKINS_USE_SERVER_VERSION="y"
- 'gke-staging': - 'gke-staging':
description: 'Run E2E tests on GKE staging endpoint.' description: 'Run E2E tests on GKE staging endpoint.'
timeout: 300 timeout: 480
job-env: | job-env: |
export PROJECT="k8s-jkns-e2e-gke-staging" export PROJECT="k8s-jkns-e2e-gke-staging"
export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/rc" export CLOUDSDK_BUCKET="gs://cloud-sdk-build/testing/rc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment