Skip to content

Commit

Permalink
Merge pull request #28507 from aojea/ingress-verify
Browse files Browse the repository at this point in the history
add job to verify ingress on merge
  • Loading branch information
k8s-ci-robot authored Jan 25, 2023
2 parents 0013be5 + e7bf809 commit 6c6a594
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/jobs/kubernetes/sig-network/ingress-gce-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,24 @@ presubmits:
securityContext:
privileged: true

- name: pull-ingress-gce-verify
always_run: true
decorate: true
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230124-157bf4e62c-master
command:
- runner.sh
- make
- verify
# docker-in-docker needs privileged mode
securityContext:
privileged: true

postsubmits:
kubernetes/ingress-gce:
- name: ci-ingress-gce-image-push
Expand Down

0 comments on commit 6c6a594

Please sign in to comment.