Skip to content

Commit a8fdf0c

Browse files
authored
Bump container version in load test (#466)
1 parent b45c3b9 commit a8fdf0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/tasks/generators/clusterloader/load-slos.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
git checkout $(params.cl2-branch)
6262
git branch
6363
- name: prepare-loadtest
64-
image: golang:1.19
64+
image: golang:1.22
6565
workingDir: $(workspaces.source.path)
6666
script: |
6767
S3_RESULT_PATH=$(params.results-bucket)
@@ -145,7 +145,7 @@ spec:
145145
cd $(workspaces.source.path)/perf-tests/clusterloader2/
146146
GOOS=linux CGO_ENABLED=0 go build -v -o ./clusterloader ./cmd
147147
- name: run-loadtest
148-
image: alpine/k8s:1.23.7
148+
image: alpine/k8s:1.30.2
149149
onError: continue
150150
script: |
151151
#!/bin/bash
@@ -179,4 +179,4 @@ spec:
179179
aws sts get-caller-identity
180180
# we expect to see all files from loadtest that clusterloader2 outputs here in this dir
181181
ls -larth
182-
aws s3 cp . s3://$S3_RESULT_PATH/ --recursive
182+
aws s3 cp . s3://$S3_RESULT_PATH/ --recursive

0 commit comments

Comments
 (0)