Skip to content

Commit af785ad

Browse files
Update go version (#468)
1 parent 9c12fc0 commit af785ad

File tree

1 file changed

+3
-2
lines changed
  • tests/tasks/generators/clusterloader

1 file changed

+3
-2
lines changed

tests/tasks/generators/clusterloader/load.yaml

+3-2
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)
@@ -73,6 +73,7 @@ spec:
7373
CL2_DELETE_TEST_THROUGHPUT: $(params.cl2-load-test-throughput)
7474
CL2_SCHEDULER_THROUGHPUT_THRESHOLD: 70
7575
PODS_PER_NODE: $(params.pods-per-node)
76+
CL2_ENABLE_CLUSTER_OOMS_TRACKER: false
7677
CL2_RATE_LIMIT_POD_CREATION: false
7778
CL2_USE_HOST_NETWORK_PODS: false
7879
# we are not testing PVS at this point
@@ -127,7 +128,7 @@ spec:
127128
cd $(workspaces.source.path)/perf-tests/clusterloader2/
128129
GOOS=linux CGO_ENABLED=0 go build -v -o ./clusterloader ./cmd
129130
- name: run-loadtest
130-
image: alpine/k8s:1.23.7
131+
image: alpine/k8s:1.30.2
131132
onError: continue
132133
script: |
133134
#!/bin/bash

0 commit comments

Comments
 (0)