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 canary job for ci-ingress-gce-e2e #19762

Merged
Merged
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
37 changes: 37 additions & 0 deletions config/jobs/kubernetes/sig-network/ingress-gce-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,43 @@ periodics:
testgrid-dashboards: sig-network-ingress-gce-e2e
testgrid-tab-name: ingress-gce-e2e
testgrid-alert-email: kubernetes-sig-network-test-failures@googlegroups.com
- name: ci-ingress-gce-e2e-canary
cluster: k8s-infra-prow-build
interval: 60m
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-ingress-master-yaml: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201028-8000225-master
args:
- --timeout=340
- --bare
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
- --cluster=
- --env=GCE_GLBC_IMAGE=gcr.io/k8s-ingress-image-push/ingress-gce-glbc-amd64:master
- --env=GCE_ALPHA_FEATURES=NetworkEndpointGroup
- --env=KUBE_GCE_ENABLE_IP_ALIASES=true
- --extract=ci/latest
- --gcp-zone=asia-southeast1-a
- --ginkgo-parallel=1
- --provider=gce
- --test_args=--ginkgo.focus=\[Feature:Ingress\]|\[Feature:NEG\]
- --timeout=320m
resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-testing-canaries
testgrid-tab-name: ingress-gce-e2e-canary
description: Duplicate of ci-ingress-gce-e2e pinned to a k8s-infra community-owned project
- name: ci-ingress-gce-e2e-multi-zone
interval: 3h
labels:
Expand Down