File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
- label : " :train: ml: {{matrix.python}} tests ({{matrix.worker_id}})"
77
77
if : build.pull_request.labels includes "continuous-build" || pipeline.id == "0189e759-8c96-4302-b6b5-b4274406bf89" || pipeline.id == "018f4f1e-1b73-4906-9802-92422e3badaa"
78
78
tags :
79
- - python
80
79
- train
81
80
- tune
82
81
- ml
Original file line number Diff line number Diff line change 65
65
ci/ci.sh: lint tools
66
66
67
67
src/ray.cpp:
68
- - lint ml tune train core_cpp cpp java python
68
+ - lint core_cpp cpp java python
69
69
- linux_wheels macos_wheels dashboard release_tests accelerated_dag
70
70
71
71
.github/CODEOWNERS: lint
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ python/ray/air/
18
18
python/ray/llm/
19
19
.buildkite/llm.rayci.yml
20
20
ci/docker/llm.build.Dockerfile
21
+ python/requirements_compiled_*.txt
21
22
@ llm
22
23
;
23
24
@@ -199,7 +200,7 @@ ci/ci.sh
199
200
;
200
201
201
202
src/
202
- @ ml tune train core_cpp cpp
203
+ @ core_cpp cpp
203
204
@ java python linux_wheels macos_wheels
204
205
@ dashboard release_tests accelerated_dag
205
206
;
You can’t perform that action at this time.
0 commit comments