From a61361b3dfb4b205edd7bb077dc531f479acf5d2 Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Fri, 29 Jan 2016 16:31:43 -0800 Subject: [PATCH] Knock down the timeouts for gce, gce-slow, gke, and gke-slow now that they run in parallel --- hack/jenkins/job-configs/kubernetes-e2e.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hack/jenkins/job-configs/kubernetes-e2e.yaml b/hack/jenkins/job-configs/kubernetes-e2e.yaml index 1d5cd706108..37c31b13fe2 100644 --- a/hack/jenkins/job-configs/kubernetes-e2e.yaml +++ b/hack/jenkins/job-configs/kubernetes-e2e.yaml @@ -38,7 +38,10 @@ suffix: - 'gce': description: 'Run E2E tests on GCE using the latest successful build.' - timeout: 150 + timeout: 30 + - 'gce-slow': + description: 'Run slow E2E tests on GCE using the latest successful build.' + timeout: 60 - 'gce-autoscaling': description: 'Run autoscaling E2E tests on GCE using the latest successful build.' timeout: 210 @@ -51,9 +54,6 @@ - 'gce-scalability': description: 'Run scalability E2E tests on GCE using the latest successful build.' timeout: 210 - - 'gce-slow': - description: 'Run slow E2E tests on GCE using the latest successful build.' - timeout: 270 - 'gce-flannel': description: 'Run E2E tests on GCE using Flannel and the latest successful build. This suite is quarantined in a dedicated project because Flannel integration is experimental.' timeout: 90 @@ -72,10 +72,10 @@ suffix: - 'gke': description: Runs all non-slow, non-serial, non-flaky, tests on GKE in parallel (against GKE test endpoint) - timeout: 300 + timeout: 30 - 'gke-slow': description: 'Run slow E2E tests on GKE using the latest successful build.' - timeout: 300 + timeout: 60 - 'gke-flaky': description: | Run flaky e2e tests using the following config: