Skip to content

Commit

Permalink
e2e: preload httpbin and grpcbin images
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe authored and Roberto Santalla committed Sep 14, 2023
1 parent 8aaeff7 commit bd4989c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkg/testutils/e2e/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,12 @@ func InstallContourIngress(ctx context.Context, cluster E2eCluster) error {
// TODO: allow override of default port using an environment variable (E2E_INGRESS_PORT)
func DefaultE2eClusterConfig() E2eClusterConfig {
return E2eClusterConfig{
Name: "e2e-test",
Images: []string{"ghcr.io/grafana/xk6-disruptor-agent:latest"},
Name: "e2e-test",
Images: []string{
"ghcr.io/grafana/xk6-disruptor-agent:latest",
"kennethreitz/httpbin",
"moul/grpcbin",
},
IngressAddr: "localhost",
IngressPort: 30080,
Reuse: false,
Expand Down

0 comments on commit bd4989c

Please sign in to comment.