Skip to content

Commit

Permalink
chore: use ghcr.io/kedacore/tests-hey image in e2e tests for HTTP l…
Browse files Browse the repository at this point in the history
…oad testing (#5311)

Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
  • Loading branch information
zroubalik authored Dec 23, 2023
1 parent 156dc8f commit da70147
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/scalers/azure/azure_managed_prometheus/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ spec:
template:
spec:
containers:
- image: quay.io/zroubalik/hey
- image: ghcr.io/kedacore/tests-hey
name: test
command: ["/bin/sh"]
args: ["-c", "for i in $(seq 1 60);do echo $i;/hey -c 5 -n 30 http://{{.MonitoredAppName}}.{{.TestNamespace}}.svc;sleep 1;done"]
Expand All @@ -195,7 +195,7 @@ spec:
template:
spec:
containers:
- image: quay.io/zroubalik/hey
- image: ghcr.io/kedacore/tests-hey
name: test
command: ["/bin/sh"]
args: ["-c", "for i in $(seq 1 60);do echo $i;/hey -c 5 -n 80 http://{{.MonitoredAppName}}.{{.TestNamespace}}.svc;sleep 1;done"]
Expand Down
4 changes: 2 additions & 2 deletions tests/scalers/loki/loki_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
template:
spec:
containers:
- image: quay.io/zroubalik/hey
- image: ghcr.io/kedacore/tests-hey
name: test
command: ["/bin/sh"]
args: ["-c", "for i in $(seq 1 30);do echo \"keda-scaler $i\";sleep 1;done"]
Expand All @@ -123,7 +123,7 @@ spec:
template:
spec:
containers:
- image: quay.io/zroubalik/hey
- image: ghcr.io/kedacore/tests-hey
name: test
command: ["/bin/sh"]
args: ["-c", "for i in $(seq 1 30);do echo \"keda-scaler $i\";echo \"keda-scaler $((i*2))\";sleep 1;done"]
Expand Down
4 changes: 2 additions & 2 deletions tests/scalers/prometheus/prometheus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
template:
spec:
containers:
- image: quay.io/zroubalik/hey
- image: ghcr.io/kedacore/tests-hey
name: test
command: ["/bin/sh"]
args: ["-c", "for i in $(seq 1 60);do echo $i;/hey -c 5 -n 30 http://{{.MonitoredAppName}}.{{.TestNamespace}}.svc;sleep 1;done"]
Expand All @@ -187,7 +187,7 @@ spec:
template:
spec:
containers:
- image: quay.io/zroubalik/hey
- image: ghcr.io/kedacore/tests-hey
name: test
command: ["/bin/sh"]
args: ["-c", "for i in $(seq 1 60);do echo $i;/hey -c 5 -n 80 http://{{.MonitoredAppName}}.{{.TestNamespace}}.svc;sleep 1;done"]
Expand Down

0 comments on commit da70147

Please sign in to comment.