Commit a8fdf0c 1 parent b45c3b9 commit a8fdf0c Copy full SHA for a8fdf0c
File tree 1 file changed +3
-3
lines changed
tests/tasks/generators/clusterloader
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
git checkout $(params.cl2-branch)
62
62
git branch
63
63
- name : prepare-loadtest
64
- image : golang:1.19
64
+ image : golang:1.22
65
65
workingDir : $(workspaces.source.path)
66
66
script : |
67
67
S3_RESULT_PATH=$(params.results-bucket)
@@ -145,7 +145,7 @@ spec:
145
145
cd $(workspaces.source.path)/perf-tests/clusterloader2/
146
146
GOOS=linux CGO_ENABLED=0 go build -v -o ./clusterloader ./cmd
147
147
- name : run-loadtest
148
- image : alpine/k8s:1.23.7
148
+ image : alpine/k8s:1.30.2
149
149
onError : continue
150
150
script : |
151
151
#!/bin/bash
@@ -179,4 +179,4 @@ spec:
179
179
aws sts get-caller-identity
180
180
# we expect to see all files from loadtest that clusterloader2 outputs here in this dir
181
181
ls -larth
182
- aws s3 cp . s3://$S3_RESULT_PATH/ --recursive
182
+ aws s3 cp . s3://$S3_RESULT_PATH/ --recursive
You can’t perform that action at this time.
0 commit comments