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