Skip to content

Commit

Permalink
Merge pull request #29210 from code-elinka/run-script
Browse files Browse the repository at this point in the history
Run a ingress-gce script
  • Loading branch information
k8s-ci-robot authored Apr 12, 2023
2 parents a86d65c + 2d810b4 commit 07797af
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions config/jobs/kubernetes/sig-network/ingress-gce-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,17 @@ postsubmits:
- --scenario=execute
- --
- --env=VERSION=$(PULL_BASE_REF)
- --env=REGISTRY=gcr.io/k8s-ingress-image-push
- make
- all-push
- ALL_ARCH=amd64 arm64
- CONTAINER_BINARIES=e2e-test
- hack/push-multiarch.sh
# docker-in-docker needs privileged mode
securityContext:
privileged: true
env:
- name: ALL_ARCH
value: "amd64 arm64"
- name: BINARIES
value: "e2e-test"
- name: REGISTRY
value: "gcr.io/k8s-ingress-image-push"
annotations:
testgrid-dashboards: sig-network-ingress-gce-e2e
testgrid-tab-name: ingress-gce-image-push
Expand Down

0 comments on commit 07797af

Please sign in to comment.