Skip to content

Commit 683b801

Browse files
authored
[ci] add tags for other tests (#51879)
so that they will run properly on premerge Signed-off-by: Lonnie Liu <[email protected]>
1 parent 3c83314 commit 683b801

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/others.rayci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ steps:
55
# dependencies
66
- label: ":tapioca: build: pip-compile dependencies"
77
key: pip_compile_dependencies
8+
tags: always
89
instance_type: small
910
commands:
1011
# uncomment the following line to update the pinned versions of pip dependencies
@@ -18,11 +19,10 @@ steps:
1819
soft_fail: true
1920
job_env: oss-ci-base_test-py3.11
2021
depends_on: oss-ci-base_test-multipy
21-
tags:
22-
- always
2322

2423
- label: ":tapioca: build: uv pip compile LLM dependencies"
2524
key: uv_pip_compile_llm_dependencies
25+
tags: always
2626
instance_type: small
2727
command: ./ci/test_compile_llm_requirements.sh
2828
job_env: oss-ci-base_test-py3.11
@@ -34,6 +34,7 @@ steps:
3434
depends_on: oss-ci-base_build
3535

3636
- label: doc tests
37+
tags: python
3738
instance_type: large
3839
commands:
3940
# Disable test DB to avoid any hidden failures going forward.

0 commit comments

Comments
 (0)