Skip to content

Commit

Permalink
Use multiarch echo image for e2e tests
Browse files Browse the repository at this point in the history
To run some of the e2e tests we need an echo
image, therefore we want both of them be
multiarch.
NB! The Windows image doesn't support multiarch.

Signed-off-by: Elina Akhmanova <elinka@google.com>
  • Loading branch information
code-elinka committed May 23, 2023
1 parent 8a99d6e commit 1a79e91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/e2e/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ import (
)

const (
echoheadersImage = "gcr.io/k8s-ingress-image-push/ingress-gce-echo-amd64:master"
echoheadersImage = "gcr.io/k8s-ingress-image-push/ingress-gce-echo:master"
// Keep amd64 only for windows as long it doesn't support arm architecture
echoheadersImageWindows = "gcr.io/gke-windows-testing/ingress-gce-echo-amd64-windows:master"
porterPort = 80
ILBSubnetPurpose = "INTERNAL_HTTPS_LOAD_BALANCER"
Expand Down

0 comments on commit 1a79e91

Please sign in to comment.