From a72a4ea3d67e4456f234a9623c3facaf7de4b3d9 Mon Sep 17 00:00:00 2001 From: gmarek Date: Wed, 17 Feb 2016 11:48:07 +0100 Subject: [PATCH] Remove buildcop from ingress test failure emails --- hack/jenkins/job-configs/kubernetes-e2e.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/hack/jenkins/job-configs/kubernetes-e2e.yaml b/hack/jenkins/job-configs/kubernetes-e2e.yaml index 2645a97d3bd..86de1b75211 100644 --- a/hack/jenkins/job-configs/kubernetes-e2e.yaml +++ b/hack/jenkins/job-configs/kubernetes-e2e.yaml @@ -88,10 +88,7 @@ - 'gce-scalability': description: 'Run scalability E2E tests on GCE using the latest successful build.' timeout: 120 - - '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 - - 'gce-examples': + - 'gce-examples': description: 'Run e2e examples test on GCE using the latest successful Kubernetes build.' timeout: 90 jobs: @@ -262,12 +259,17 @@ - 'gke-ingress': description: 'Run [Feature:Ingress] tests on GKE using the latest successful build.' timeout: 90 - emails: '$DEFAULT_RECIPIENTS, beeps@google.com' + emails: 'beeps@google.com' test-owner: 'beeps' - 'gce-ingress': description: 'Run [Feature:Ingress] tests on GCE using the latest successful build.' timeout: 90 - emails: '$DEFAULT_RECIPIENTS, beeps@google.com' + emails: 'beeps@google.com' + test-owner: 'beeps' + - '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 + emails: 'beeps@google.com' test-owner: 'beeps' jobs: - 'kubernetes-e2e-{suffix}'