File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/tasks/generators/clusterloader Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments