Commit d693820 1 parent 9c12fc0 commit d693820 Copy full SHA for d693820
File tree 1 file changed +3
-2
lines changed
tests/tasks/generators/clusterloader
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 61
61
git checkout $(params.cl2-branch)
62
62
git branch
63
63
- name : prepare-loadtest
64
- image : golang:1.19
64
+ image : golang:1.22
65
65
workingDir : $(workspaces.source.path)
66
66
script : |
67
67
S3_RESULT_PATH=$(params.results-bucket)
73
73
CL2_DELETE_TEST_THROUGHPUT: $(params.cl2-load-test-throughput)
74
74
CL2_SCHEDULER_THROUGHPUT_THRESHOLD: 70
75
75
PODS_PER_NODE: $(params.pods-per-node)
76
+ CL2_ENABLE_CLUSTER_OOMS_TRACKER: false
76
77
CL2_RATE_LIMIT_POD_CREATION: false
77
78
CL2_USE_HOST_NETWORK_PODS: false
78
79
# we are not testing PVS at this point
@@ -127,7 +128,7 @@ spec:
127
128
cd $(workspaces.source.path)/perf-tests/clusterloader2/
128
129
GOOS=linux CGO_ENABLED=0 go build -v -o ./clusterloader ./cmd
129
130
- name : run-loadtest
130
- image : alpine/k8s:1.23.7
131
+ image : alpine/k8s:1.30.2
131
132
onError : continue
132
133
script : |
133
134
#!/bin/bash
You can’t perform that action at this time.
0 commit comments