Skip to content

Commit

Permalink
Add Ingress test job for multi-zonal cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
rramkumar1 committed Dec 12, 2018
1 parent 3d07be2 commit 90f083e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
27 changes: 27 additions & 0 deletions config/jobs/kubernetes/sig-network/ingress-gce-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,33 @@ periodics:
- --test_args=--ginkgo.focus=\[Feature:Ingress\]|\[Feature:NEG\]
- --timeout=320m

- name: ci-ingress-gce-e2e-multi-zone
interval: 3h
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181205-915278e90-master
args:
- --timeout=340
- --bare
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
- --cluster=
- --env=MULTIZONE=true
# Where the nodes reside. Master is in the first one.
- --env=E2E_ZONES=us-central1-a us-central1-b us-central1-f
- --env=GCE_GLBC_IMAGE=gcr.io/k8s-ingress-image-push/ingress-gce-glbc-amd64:master
- --extract=ci/latest
- --gcp-project-type=ingress-project
- --gcp-zone=us-central1-a
- --ginkgo-parallel=1
- --provider=gce
- --test_args=--ginkgo.focus=\[Feature:Ingress\]
- --timeout=320m

- name: ci-ingress-gce-e2e-release-1-1
interval: 480m
labels:
Expand Down
6 changes: 6 additions & 0 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ test_groups:
gcs_prefix: kubernetes-jenkins/logs/ci-ingress-gce-image-push
- name: ci-ingress-gce-e2e
gcs_prefix: kubernetes-jenkins/logs/ci-ingress-gce-e2e
- name: ci-ingress-gce-e2e-multi-zone
gcs_prefix: kubernetes-jenkins/logs/ci-ingress-gce-e2e-multizone
- name: ci-ingress-gce-e2e-release-1-1
gcs_prefix: kubernetes-jenkins/logs/ci-ingress-gce-e2e-release-1-1
- name: ci-ingress-gce-e2e-release-1-2
Expand Down Expand Up @@ -6267,6 +6269,10 @@ dashboards:
test_group_name: ci-ingress-gce-e2e
alert_options:
alert_mail_to_addresses: kubernetes-sig-network-test-failures@googlegroups.com
- name: ingress-gce-e2e-multi-zone
test_group_name: ci-ingress-gce-e2e-multi-zone
alert_options:
alert_mail_to_addresses: kubernetes-sig-network-test-failures@googlegroups.com
- name: ingress-gce-e2e-release-1.1
test_group_name: ci-ingress-gce-e2e-release-1-1
alert_options:
Expand Down

0 comments on commit 90f083e

Please sign in to comment.