|
1 | 1 | - label: 'Test RayCluster and GCS E2E (nightly operator)' |
2 | 2 | instance_size: large |
3 | | - image: golang:1.25-bookworm |
| 3 | + image: golang:1.26-bookworm |
4 | 4 | commands: |
5 | 5 | - source .buildkite/setup-env.sh |
6 | 6 | - kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml |
|
20 | 20 |
|
21 | 21 | - label: 'Test RayJob E2E (nightly operator)' |
22 | 22 | instance_size: large |
23 | | - image: golang:1.25-bookworm |
| 23 | + image: golang:1.26-bookworm |
24 | 24 | commands: |
25 | 25 | - source .buildkite/setup-env.sh |
26 | 26 | - kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml |
|
40 | 40 |
|
41 | 41 | - label: 'Test E2E rayservice (nightly operator)' |
42 | 42 | instance_size: large |
43 | | - image: golang:1.25-bookworm |
| 43 | + image: golang:1.26-bookworm |
44 | 44 | commands: |
45 | 45 | - source .buildkite/setup-env.sh |
46 | 46 | - kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml |
|
60 | 60 |
|
61 | 61 | - label: 'Test RayService Incremental Upgrade E2E (nightly operator)' |
62 | 62 | instance_size: large |
63 | | - image: golang:1.25-bookworm |
| 63 | + image: golang:1.26-bookworm |
64 | 64 | commands: |
65 | 65 | - source .buildkite/setup-env.sh |
66 | 66 | - kind create cluster --wait 900s --config ./ci/kind-config-buildkite-1-29.yml |
|
99 | 99 |
|
100 | 100 | - label: 'Test Autoscaler E2E Part 1 (nightly operator)' |
101 | 101 | instance_size: large |
102 | | - image: golang:1.25-bookworm |
| 102 | + image: golang:1.26-bookworm |
103 | 103 | commands: |
104 | 104 | - source .buildkite/setup-env.sh |
105 | 105 | - kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml |
|
119 | 119 |
|
120 | 120 | - label: 'Test Autoscaler E2E Part 2 (nightly operator)' |
121 | 121 | instance_size: large |
122 | | - image: golang:1.25-bookworm |
| 122 | + image: golang:1.26-bookworm |
123 | 123 | commands: |
124 | 124 | - source .buildkite/setup-env.sh |
125 | 125 | - kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml |
|
139 | 139 |
|
140 | 140 | - label: 'Test E2E Operator Version Upgrade (v1.6.0)' |
141 | 141 | instance_size: large |
142 | | - image: golang:1.25-bookworm |
| 142 | + image: golang:1.26-bookworm |
143 | 143 | commands: |
144 | 144 | - source .buildkite/setup-env.sh |
145 | 145 | - kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml |
|
158 | 158 |
|
159 | 159 | - label: 'Test Apiserver E2E (nightly operator)' |
160 | 160 | instance_size: large |
161 | | - image: golang:1.25-bookworm |
| 161 | + image: golang:1.26-bookworm |
162 | 162 | commands: |
163 | 163 | - source .buildkite/setup-env.sh |
164 | 164 | - kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml |
|
181 | 181 |
|
182 | 182 | - label: 'Test RayJob Light Weight Submitter E2E (nightly operator)' |
183 | 183 | instance_size: large |
184 | | - image: golang:1.25-bookworm |
| 184 | + image: golang:1.26-bookworm |
185 | 185 | commands: |
186 | 186 | - source .buildkite/setup-env.sh |
187 | 187 | - kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml |
|
202 | 202 |
|
203 | 203 | - label: 'Test RayCronJob E2E (nightly operator)' |
204 | 204 | instance_size: large |
205 | | - image: golang:1.25-bookworm |
| 205 | + image: golang:1.26-bookworm |
206 | 206 | commands: |
207 | 207 | - source .buildkite/setup-env.sh |
208 | 208 | - kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml |
|
0 commit comments