Skip to content

Commit fde33f9

Browse files
authored
[ci] stop triggering train/tune/ml tests (#51284)
relying on core tests for core c++ changes Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent 91db1af commit fde33f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.buildkite/ml.rayci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ steps:
7676
- label: ":train: ml: {{matrix.python}} tests ({{matrix.worker_id}})"
7777
if: build.pull_request.labels includes "continuous-build" || pipeline.id == "0189e759-8c96-4302-b6b5-b4274406bf89" || pipeline.id == "018f4f1e-1b73-4906-9802-92422e3badaa"
7878
tags:
79-
- python
8079
- train
8180
- tune
8281
- ml

ci/pipeline/test_conditional_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
ci/ci.sh: lint tools
6666
6767
src/ray.cpp:
68-
- lint ml tune train core_cpp cpp java python
68+
- lint core_cpp cpp java python
6969
- linux_wheels macos_wheels dashboard release_tests accelerated_dag
7070
7171
.github/CODEOWNERS: lint

ci/pipeline/test_rules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ python/ray/air/
1818
python/ray/llm/
1919
.buildkite/llm.rayci.yml
2020
ci/docker/llm.build.Dockerfile
21+
python/requirements_compiled_*.txt
2122
@ llm
2223
;
2324

@@ -199,7 +200,7 @@ ci/ci.sh
199200
;
200201

201202
src/
202-
@ ml tune train core_cpp cpp
203+
@ core_cpp cpp
203204
@ java python linux_wheels macos_wheels
204205
@ dashboard release_tests accelerated_dag
205206
;

0 commit comments

Comments
 (0)