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

Ingress gce canary #28866

Merged
merged 2 commits into from
Feb 28, 2023
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
35 changes: 33 additions & 2 deletions config/jobs/kubernetes/sig-network/ingress-gce-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,37 @@ presubmits:
securityContext:
privileged: true

- name: pull-ingress-gce-e2e
always_run: false
decorate: true
branches:
- master
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-dind-enabled: "true"
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230207-192d5afee3-master
resources:
limits:
cpu: 4
memory: 8Gi
requests:
cpu: 4
memory: 8Gi
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
command:
- runner.sh
- hack/run-e2e-gce.sh

postsubmits:
kubernetes/ingress-gce:
- name: ci-ingress-gce-image-push
Expand All @@ -146,11 +177,11 @@ postsubmits:
# docker-in-docker needs privileged mode
securityContext:
privileged: true

annotations:
testgrid-dashboards: sig-network-ingress-gce-e2e
testgrid-tab-name: ingress-gce-image-push
testgrid-alert-email: kubernetes-sig-network-test-failures@googlegroups.com

periodics:
- name: ci-ingress-gce-e2e
interval: 6h
Expand Down Expand Up @@ -178,11 +209,11 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.focus=\[Feature:Ingress\]|\[Feature:NEG\]
- --timeout=320m

annotations:
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: 6h
Expand Down