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

Bump timeouts for 1.2 gke jobs.
pull/6/head
Joe Finney 2016-03-17 11:30:14 -07:00
commit f1c7bd0307
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@
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"