Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go version #468

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tests/tasks/generators/clusterloader/load.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 All @@ -73,6 +73,7 @@ spec:
CL2_DELETE_TEST_THROUGHPUT: $(params.cl2-load-test-throughput)
CL2_SCHEDULER_THROUGHPUT_THRESHOLD: 70
PODS_PER_NODE: $(params.pods-per-node)
CL2_ENABLE_CLUSTER_OOMS_TRACKER: false
CL2_RATE_LIMIT_POD_CREATION: false
CL2_USE_HOST_NETWORK_PODS: false
# we are not testing PVS at this point
Expand Down Expand Up @@ -127,7 +128,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
Loading