Skip to content

Commit

Permalink
Merge pull request #2139 from code-elinka/new-arm-round
Browse files Browse the repository at this point in the history
Use multiarch echo image for e2e tests
  • Loading branch information
k8s-ci-robot authored May 24, 2023
2 parents 23956d1 + d562328 commit 9725d7d
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 @@ -53,7 +53,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 9725d7d

Please sign in to comment.