Skip to content

Commit 3da4bcb

Browse files
authored
[ci] upgrade rayci version (#51713)
- printing out rayci step id - stop always running steps with no tags on premerge - supports selecting with tags Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent 8655a37 commit 3da4bcb

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.buildkite/cicd.rayci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
depends_on:
1414
- oss-ci-base_test
1515
- forge
16+
tags: tools
1617
- label: ":coral: reef: privileged container tests"
1718
commands:
1819
- bazel run //ci/ray_ci:test_in_docker --
@@ -25,3 +26,4 @@ steps:
2526
depends_on:
2627
- oss-ci-base_test
2728
- forge
29+
tags: tools

.buildkite/lint.rayci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ group: lint
22
steps:
33
- label: ":lint-roller: lint: {{matrix}}"
44
key: lint-small
5+
tags:
6+
- lint
7+
- always
58
depends_on:
69
- forge
710
commands:
@@ -25,6 +28,7 @@ steps:
2528
tags:
2629
- oss
2730
- lint
31+
- always
2832
key: lint-medium
2933
instance_type: medium
3034
depends_on: docbuild

.buildkite/others.rayci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ steps:
1818
soft_fail: true
1919
job_env: oss-ci-base_test-py3.11
2020
depends_on: oss-ci-base_test-multipy
21+
tags:
22+
- always
2123

2224
- label: ":tapioca: build: uv pip compile LLM dependencies"
2325
key: uv_pip_compile_llm_dependencies

.rayciversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.11.0

0 commit comments

Comments
 (0)