Skip to content

Commit

Permalink
Run a ingress-gce script
Browse files Browse the repository at this point in the history
It is tricky to run a list of commands inside
config yamls. To do that it's better to run
a script. The script builds & pushes the e2e-test
image on multiarch.

Signed-off-by: Elina Akhmanova <elinka@google.com>
  • Loading branch information
code-elinka committed Apr 3, 2023
1 parent a5adaee commit 7750f9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/jobs/kubernetes/sig-network/ingress-gce-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ postsubmits:
- --
- --env=VERSION=$(PULL_BASE_REF)
- --env=REGISTRY=gcr.io/k8s-ingress-image-push
- make
- all-push
- ALL_ARCH=amd64 arm64
- CONTAINER_BINARIES=e2e-test
- --env=ALL_ARCH="amd64 arm64"
- --env=ARCH=$(dpkg --print-architecture)
- --env=BINARY=e2e-test
- hack/run-make-cmd.sh
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down

0 comments on commit 7750f9b

Please sign in to comment.