Skip to content

Commit ef7cf5e

Browse files
[CI] Use golang:1.24-bookworm (Debian 12) in CI for Python-3.11 support (#3949)
1 parent 738801d commit ef7cf5e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.buildkite/test-e2e.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- label: 'Test E2E (nightly operator)'
22
instance_size: large
3-
image: golang:1.24
3+
image: golang:1.24-bookworm
44
commands:
55
- source .buildkite/setup-env.sh
66
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -20,7 +20,7 @@
2020

2121
- label: 'Test E2E rayservice (nightly operator)'
2222
instance_size: large
23-
image: golang:1.24
23+
image: golang:1.24-bookworm
2424
commands:
2525
- source .buildkite/setup-env.sh
2626
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -40,7 +40,7 @@
4040

4141
- label: 'Test Autoscaler E2E Part 1 (nightly operator)'
4242
instance_size: large
43-
image: golang:1.24
43+
image: golang:1.24-bookworm
4444
commands:
4545
- source .buildkite/setup-env.sh
4646
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -60,7 +60,7 @@
6060

6161
- label: 'Test Autoscaler E2E Part 2 (nightly operator)'
6262
instance_size: large
63-
image: golang:1.24
63+
image: golang:1.24-bookworm
6464
commands:
6565
- source .buildkite/setup-env.sh
6666
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -80,7 +80,7 @@
8080

8181
- label: 'Test E2E Operator Version Upgrade (v1.4.0)'
8282
instance_size: large
83-
image: golang:1.24
83+
image: golang:1.24-bookworm
8484
commands:
8585
- source .buildkite/setup-env.sh
8686
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -99,7 +99,7 @@
9999

100100
- label: 'Test Apiserver E2E (nightly operator)'
101101
instance_size: large
102-
image: golang:1.24
102+
image: golang:1.24-bookworm
103103
commands:
104104
- source .buildkite/setup-env.sh
105105
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml

.buildkite/test-kubectl-plugin-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- label: 'Test E2E (kubectl-plugin)'
22
instance_size: large
3-
image: golang:1.24
3+
image: golang:1.24-bookworm
44
commands:
55
- source .buildkite/setup-env.sh
66
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml

.buildkite/test-python-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- label: 'Test Python Client'
22
instance_size: large
3-
image: golang:1.24
3+
image: golang:1.24-bookworm
44
commands:
55
- source .buildkite/setup-env.sh
66
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml

.buildkite/test-sample-yamls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- label: 'Test Sample YAMLs (nightly operator)'
22
instance_size: large
3-
image: golang:1.24
3+
image: golang:1.24-bookworm
44
commands:
55
- source .buildkite/setup-env.sh
66
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
@@ -21,7 +21,7 @@
2121

2222
- label: 'Test Sample YAMLs (latest release)'
2323
instance_size: large
24-
image: golang:1.24
24+
image: golang:1.24-bookworm
2525
commands:
2626
- source .buildkite/setup-env.sh
2727
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml

0 commit comments

Comments
 (0)