Skip to content

Commit

Permalink
Bump container version in load test (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengqiy authored Jul 12, 2024
1 parent b45c3b9 commit a8fdf0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tasks/generators/clusterloader/load-slos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
git checkout $(params.cl2-branch)
git branch
- name: prepare-loadtest
image: golang:1.19
image: golang:1.22
workingDir: $(workspaces.source.path)
script: |
S3_RESULT_PATH=$(params.results-bucket)
Expand Down Expand Up @@ -145,7 +145,7 @@ spec:
cd $(workspaces.source.path)/perf-tests/clusterloader2/
GOOS=linux CGO_ENABLED=0 go build -v -o ./clusterloader ./cmd
- name: run-loadtest
image: alpine/k8s:1.23.7
image: alpine/k8s:1.30.2
onError: continue
script: |
#!/bin/bash
Expand Down Expand Up @@ -179,4 +179,4 @@ spec:
aws sts get-caller-identity
# we expect to see all files from loadtest that clusterloader2 outputs here in this dir
ls -larth
aws s3 cp . s3://$S3_RESULT_PATH/ --recursive
aws s3 cp . s3://$S3_RESULT_PATH/ --recursive

0 comments on commit a8fdf0c

Please sign in to comment.