File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
- label : ' Test E2E (nightly operator)'
2
2
instance_size : large
3
- image : golang:1.24
3
+ image : golang:1.24-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 E2E rayservice (nightly operator)'
22
22
instance_size : large
23
- image : golang:1.24
23
+ image : golang:1.24-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 Autoscaler E2E Part 1 (nightly operator)'
42
42
instance_size : large
43
- image : golang:1.24
43
+ image : golang:1.24-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 Autoscaler E2E Part 2 (nightly operator)'
62
62
instance_size : large
63
- image : golang:1.24
63
+ image : golang:1.24-bookworm
64
64
commands :
65
65
- source .buildkite/setup-env.sh
66
66
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
80
80
81
81
- label : ' Test E2E Operator Version Upgrade (v1.4.0)'
82
82
instance_size : large
83
- image : golang:1.24
83
+ image : golang:1.24-bookworm
84
84
commands :
85
85
- source .buildkite/setup-env.sh
86
86
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
99
99
100
100
- label : ' Test Apiserver E2E (nightly operator)'
101
101
instance_size : large
102
- image : golang:1.24
102
+ image : golang:1.24-bookworm
103
103
commands :
104
104
- source .buildkite/setup-env.sh
105
105
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
Original file line number Diff line number Diff line change 1
1
- label : ' Test E2E (kubectl-plugin)'
2
2
instance_size : large
3
- image : golang:1.24
3
+ image : golang:1.24-bookworm
4
4
commands :
5
5
- source .buildkite/setup-env.sh
6
6
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
Original file line number Diff line number Diff line change 1
1
- label : ' Test Python Client'
2
2
instance_size : large
3
- image : golang:1.24
3
+ image : golang:1.24-bookworm
4
4
commands :
5
5
- source .buildkite/setup-env.sh
6
6
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
Original file line number Diff line number Diff line change 1
1
- label : ' Test Sample YAMLs (nightly operator)'
2
2
instance_size : large
3
- image : golang:1.24
3
+ image : golang:1.24-bookworm
4
4
commands :
5
5
- source .buildkite/setup-env.sh
6
6
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
21
21
22
22
- label : ' Test Sample YAMLs (latest release)'
23
23
instance_size : large
24
- image : golang:1.24
24
+ image : golang:1.24-bookworm
25
25
commands :
26
26
- source .buildkite/setup-env.sh
27
27
- kind create cluster --wait 900s --config ./ci/kind-config-buildkite.yml
You can’t perform that action at this time.
0 commit comments