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)
7575 PODS_PER_NODE: $(params.pods-per-node)
7676 CL2_RATE_LIMIT_POD_CREATION: false
7777 CL2_USE_HOST_NETWORK_PODS: false
78+ CL2_ENABLE_CLUSTER_OOMS_TRACKER: false
7879 # we are not testing PVS at this point
7980 CL2_ENABLE_PVS: false
8081 ENABLE_SYSTEM_POD_METRICS: false
@@ -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