Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ingress test job for multi-zonal cluster #10416

Merged
merged 1 commit into from
Dec 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-multi-zone
- 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