Skip to content

Commit 6525ecc

Browse files
authored
[ci] use bigger machine for anyscale build (#238)
Use bigger machine for anyscale build. The machine queue was added here https://github.com/ray-project/reef/pull/146/files Test: - CI Signed-off-by: can <[email protected]>
1 parent 84c8bc5 commit 6525ecc

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

raycicmd/config.go

+13-12
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,19 @@ var branchPipelineConfig = &config{
196196
},
197197

198198
RunnerQueues: map[string]string{
199-
"default": "runner_queue_small_branch",
200-
"small": "runner_queue_small_branch",
201-
"medium": "runner_queue_medium_branch",
202-
"large": "runner_queue_branch",
203-
"gpu": "gpu_runner_queue_branch",
204-
"gpu-large": "gpu_large_runner_queue_branch",
205-
"trainium": "trainium_runner_queue_branch",
206-
"windows": "windows_queue_branch",
207-
"macos": "macos-branch",
208-
"macos-arm64": "macos-branch-arm64",
209-
"medium-arm64": "runner_queue_arm64_medium_branch",
210-
"release": "release_queue_small",
199+
"default": "runner_queue_small_branch",
200+
"small": "runner_queue_small_branch",
201+
"medium": "runner_queue_medium_branch",
202+
"large": "runner_queue_branch",
203+
"gpu": "gpu_runner_queue_branch",
204+
"gpu-large": "gpu_large_runner_queue_branch",
205+
"trainium": "trainium_runner_queue_branch",
206+
"windows": "windows_queue_branch",
207+
"macos": "macos-branch",
208+
"macos-arm64": "macos-branch-arm64",
209+
"medium-arm64": "runner_queue_arm64_medium_branch",
210+
"release": "release_queue_small",
211+
"release-medium": "release_queue_medium",
211212
},
212213

213214
Env: map[string]string{

0 commit comments

Comments
 (0)