Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from ray-project:master #2625

Merged
merged 185 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
185 commits
Select commit Hold shift + click to select a range
a97c23c
[serve] move deployment scheduler test (#48303)
zcin Oct 29, 2024
a24bf07
[RLlib] `AutoregressiveActionsRLM` overhaul to fix flaky test and sim…
simonsays1980 Oct 29, 2024
43c3663
[core][compiled graph] remove dead code (#48282)
kevin85421 Oct 29, 2024
44237c6
[RLlib] Change `config.fault_tolerance` default behavior (from `recre…
sven1977 Oct 29, 2024
cd4c34a
[serve] recursive cancellation (#47873)
zcin Oct 29, 2024
cb52699
[serve] Simplify application build codepath (#48218)
edoakes Oct 29, 2024
d80b22f
Revert "[ci][tune][train] Update release test compute configs to not …
can-anyscale Oct 29, 2024
918bbd1
Revert "Revert "[RLlib] Upgrade to gymnasium 1.0.0 (ale_py 0.10.1, mu…
sven1977 Oct 29, 2024
2e1b0f6
Fix response injection (#47810)
richo-anyscale Oct 29, 2024
5e252d7
Fix lint (#48322)
zcin Oct 29, 2024
0935c36
[core][experimental] Raise an exception if a leaf node is found durin…
kevin85421 Oct 29, 2024
40cf450
[core][compiled graphs] Mark release tests with new names as unstable…
ruisearch42 Oct 29, 2024
40ad2da
[Data] Ensure all tests use shared cluster in `test_csv` (#48352)
bveeramani Oct 29, 2024
4f34a96
[core] Introduce IOContextProvider and its Policy (#48231)
rynewang Oct 29, 2024
7f52a4e
[RLlib; docs] RLlib documentation do-over (new API stack): Main index…
sven1977 Oct 29, 2024
dc52ba4
[CI] Fix: flake8 rule B109: Using the functools.lru_cache and functoo…
win5923 Oct 29, 2024
11d5ca4
[train][tune] Safely check if the storage filesystem is `pyarrow.fs.S…
ccoulombe Oct 30, 2024
d560ecd
[Serve] Modify `max_concurrency` in actor options to respect `max_ong…
akyang-anyscale Oct 30, 2024
bb4efd5
[Serve] Expose ProxyStatus class to API docs (#43394) (#48299)
akyang-anyscale Oct 30, 2024
0c58e87
Revert "Revert "Revert "[RLlib] Upgrade to gymnasium 1.0.0 (ale_py 0.…
can-anyscale Oct 30, 2024
66265ab
[Data] Pin `pyarrow<18` (#48300)
scottjlee Oct 30, 2024
1e5c582
[Debugger] Clarify that only one paused task can be debugged at a tim…
pcmoritz Oct 30, 2024
956310d
Fix flaky test linux://python/ray/dag:tests/experimental/test_mocked_…
stephanie-wang Oct 30, 2024
cb4526a
[core] Add metrics ray_io_context_event_loop_lag_ms. (#47989)
rynewang Oct 30, 2024
5984023
[RLlib] Quick fix for RLlib's index.html page (environment tab broken…
sven1977 Oct 30, 2024
4587b6c
[Core] Better log format when show the disk size (#46869)
Bye-legumes Oct 30, 2024
500b3b6
[core] Posts CoreWorkerMemoryStore callbacks onto io_context. (#47833)
rynewang Oct 30, 2024
7d912d6
[Core] Add bazel run :refresh_compile_commands for clangd (#47964)
dayshah Oct 30, 2024
41be27c
[serve] Add deployment handle dependency injection to `build_app` (#4…
edoakes Oct 30, 2024
75d652c
[serve] Refactor `UserCallableWrapper` to return `concurrent.futures.…
edoakes Oct 30, 2024
51eb235
[serve] raise serve exception when requests are cancelled (#48444)
zcin Oct 30, 2024
4e91a45
[Serve] no added latency for locality routing (#48434)
GeneDer Oct 30, 2024
6043215
[core] Avoid ray status copy (#48438)
dentiny Oct 30, 2024
d66b9e2
[core] Annotate workerpool virtual function as override (#48461)
dentiny Oct 31, 2024
04eb01b
[lint] Add B028 to flake8 ignore list (#48465)
edoakes Oct 31, 2024
29607ca
[Core] Remove duplicate task status event during task resubmission (#…
jjyao Oct 31, 2024
07351fb
[Fix][Core] ray.get on a mixed list of dead and hanging tasks does no…
MortalHappiness Oct 31, 2024
eadeb8c
[serve] Clean up naming and unused fields left from `ReplicaResult` r…
edoakes Oct 31, 2024
a973ba9
Revert "[serve] Refactor `UserCallableWrapper` to return `concurrent.…
can-anyscale Oct 31, 2024
77fcedf
Revert "Revert "[serve] Refactor `UserCallableWrapper` to return `con…
can-anyscale Oct 31, 2024
d582be5
[serve] Remove unused "endpoint" field of `RequestMetadata` (#48451)
edoakes Oct 31, 2024
f0efe18
update test_locality_aware_backoff_skips_sleeps to have longer timeou…
GeneDer Oct 31, 2024
c2d9ca5
[Data] Add `darwin`, `x86` constraints for `pyarrow<18` restriction (…
scottjlee Oct 31, 2024
0d94d13
[core][compiled graphs] Overlap computation and communication (#47586)
ruisearch42 Oct 31, 2024
e815d59
[Data] Remove debug log when thread finishes (#48480)
bveeramani Nov 1, 2024
d0af862
[core] Fix builtin type and function shadowing (#48483)
dentiny Nov 1, 2024
9642919
[core] Add source location to status (#48458)
dentiny Nov 1, 2024
ba41ae9
[core] Replace thread checker implementation (#48004)
dentiny Nov 1, 2024
ee86218
[rllib] fix yml linter issue (#48450)
dentiny Nov 1, 2024
676f800
[serve] Reduce surface area of `create_router` interface (#48467)
edoakes Nov 1, 2024
99a9a7b
Revert "Revert "Revert "Revert "[RLlib] Upgrade to gymnasium 1.0.0 (a…
sven1977 Nov 1, 2024
6e8a7fb
[serve] Cleanup handle tests (#48492)
edoakes Nov 1, 2024
199b582
[serve] Return "Internal Server Error" instead of traceback on user e…
edoakes Nov 1, 2024
056d596
[serve] move handle options to its own file (#48454)
zcin Nov 1, 2024
cf85018
Revert "[Observability] Added object refs Task is dependent on to `Ta…
kevin85421 Nov 1, 2024
0a779ad
[Data] Bump min version of PyArrow from 6.0 to 9.0 (#47040)
bveeramani Nov 1, 2024
9b92557
[Data] Fix `OutputBlockBuffer` to avoid repeatedly copying remainder …
alexeykudinkin Nov 2, 2024
e162165
[RLlib] Cleanup `evaluation` folder. (#48493)
sven1977 Nov 2, 2024
f6a5423
Revert "[core] Add source location to status" (#48517)
can-anyscale Nov 2, 2024
c7263e4
Make it possible to use Ray distributed debugger without setting RAY_…
pcmoritz Nov 3, 2024
62d7f4b
[RLlib] New API stack on by default for PPO. (#48284)
sven1977 Nov 3, 2024
d39c9df
[RLlib; docs] Upgrade RLlib `examples` page (new API stack). (#48526)
sven1977 Nov 4, 2024
ec9775d
[RLlib] Fix torch scheduler stepping and reporting. (#48125)
simonsays1980 Nov 4, 2024
3581e62
[core][compiled-graphs] Don't persist input_nodes in _CollectiveOpera…
kevin85421 Nov 4, 2024
c1b2282
Fix test test_ray_debugger failure on macOS (#48527)
pcmoritz Nov 4, 2024
4b68b7c
[core][autoscaler] Set timeout for requests sent to K8s API server (#…
kevin85421 Nov 4, 2024
cb28d4d
[core] Fix buggy using alias (#48489)
dentiny Nov 4, 2024
2cdf967
[core][observability] Add is_head to the log for node registration (#…
kevin85421 Nov 4, 2024
d5d03e6
[serve] raise RequestCancelledError when request is cancelled during …
zcin Nov 4, 2024
1eeb896
[serve] Add `to_object_ref` methods to `ReplicaResult` (#48544)
edoakes Nov 4, 2024
99c8741
[core] Remove resources_dir from runtime env context (#48138)
dayshah Nov 4, 2024
e777cd0
[Data] Add `alexeykudinkin` as Data code owner (#48549)
bveeramani Nov 4, 2024
fab26e1
[Data] Add `BundleQueue` abstraction (#48503)
bveeramani Nov 4, 2024
7e2ba28
[core] [1/N] Validate uv options (#48479)
dentiny Nov 5, 2024
27faad3
[Data] Fix missing lines in `BundleQueue` docstring (#48553)
bveeramani Nov 5, 2024
d2e37b0
[train] fix StartTracebackWithWorkerRank serialization (#48548)
matthewdeng Nov 5, 2024
a0dda94
[docs] fix typo in fault-tolerance production guide (#48554)
marwan116 Nov 5, 2024
b2fafa3
[Core] Fix Ascend NPU discovery to support 8+ cards per node (#48543)
liuxsh9 Nov 5, 2024
130cb3d
Fix multiple linting issues (#48557)
dentiny Nov 5, 2024
81cf6d8
[serve] Initial version of `local_testing_mode` (#48477)
edoakes Nov 5, 2024
736e120
[Fix][Core] Don't raise ValueError in DeferSigint context manager (#4…
MortalHappiness Nov 5, 2024
7aa3cdb
[FIX] env RAY_DAG_retrieval_timeout not work (#48490)
Nov 5, 2024
12e58ab
[RLlib] Forward fix broken release test due to old config args being …
sven1977 Nov 5, 2024
11aca59
[Docs][KubeRay] Update KubeRay + Kueue guides to use newer versions o…
andrewsykim Nov 5, 2024
d2de983
[RLlib] Remove `rllib_contrib`. (#48565)
sven1977 Nov 5, 2024
6177c11
[Data] Add `srinathk10` as Data code owner (#48581)
bveeramani Nov 5, 2024
9494c5a
[RLlib] New API stack on by default for APPO and IMPALA. (#48516)
sven1977 Nov 5, 2024
f6439e1
[Data] Don't test against schema order for `test_parquet_read_partiti…
bveeramani Nov 5, 2024
282f7c4
[Data] Remove unnecessary skipif of `test_parquet_read_partitioned_wi…
bveeramani Nov 6, 2024
31731b5
[core][autoscaler] Remove local dependencies on Ray for KubeRay autos…
kevin85421 Nov 6, 2024
3df5c1b
[Docs][KubeRay] Add doc for kubectl plugin (#47851)
MortalHappiness Nov 6, 2024
a49978f
[core] [2/N] Implement uv processor (#48486)
dentiny Nov 6, 2024
a308101
[serve] Don't run local handle tests on windows (#48604)
edoakes Nov 6, 2024
a1bb4a4
[Tune][Fix]Remove the `clear_checkpoint` function during Trial restor…
hongpeng-guo Nov 6, 2024
d1bc937
[docs] typo, attempt #2 (#48577)
angelinalg Nov 6, 2024
bac8791
[docs][core]Accelerator link (#48609)
angelinalg Nov 6, 2024
ac84104
[Fix][Dashboard] Fix Place Group Table table cells overflow (#47323)
MortalHappiness Nov 7, 2024
218bdd7
[Data] Revert PR #48186 and use `functools.cached_property` instead (…
MortalHappiness Nov 7, 2024
4a9c424
Revert "[Data] Add `BundleQueue` abstraction (#48503)" (#48612)
bveeramani Nov 7, 2024
3b2e13b
[core][compiled graphs] Refine schedule visualization (#48594)
ruisearch42 Nov 7, 2024
0da142a
[core] Minor improvement for worker pool, and add comments for protob…
dentiny Nov 7, 2024
9581896
[core] Add source location to ray status (#48512)
dentiny Nov 7, 2024
359f40a
[RLlib] Fix IMPALA/APPO learning behavior: Fix EnvRunner sync bug, GP…
sven1977 Nov 7, 2024
d3e4a51
[ci] fix osx wheel matching logic (#48615)
aslonnie Nov 7, 2024
8deca45
[Core] Make Placement Group Wildcard and Indexed Resource Assignments…
MengjinYan Nov 7, 2024
4ecb0af
[Dashboard] Add memory graphs optimized for OOM debugging (#48530)
mimiliaogo Nov 7, 2024
59c0bab
[Dashboard] Improve tasks/actors metric naming and add graph for runn…
mimiliaogo Nov 7, 2024
fafe308
[core][compiled-graph] Throw an exception when DAGNode is inside any …
kevin85421 Nov 7, 2024
a20c7bc
[Data] Allow user to specify schema for `write_parquet` (#48631)
bveeramani Nov 7, 2024
cb5c29e
[Core] Stop the GRPC server before Shut down the Object Store (#48572)
MengjinYan Nov 7, 2024
b172af5
[doc][core] change ml app to ml workload, and style fix (#48613)
angelinalg Nov 7, 2024
1bc18a1
[Data] Fix `to_pandas` error when multiple block types (#48583)
bveeramani Nov 7, 2024
92fd190
Add docs for `local_testing_mode` (#48567)
frances720 Nov 7, 2024
31b8b41
[data] Project Operator for select_columns (#48635)
richardliaw Nov 8, 2024
06de092
[Core] Rename ClientFactoryFn to CoreWorkerClientFactoryFn (#48576)
jjyao Nov 8, 2024
c363774
[core] [3/N] Use uv as package manager (#48611)
dentiny Nov 8, 2024
fdd4757
[Core]: Fix ConnectionError on Autoscaler CR lookups in K8s clusters …
ltbringer Nov 8, 2024
cae5910
[core] fix import path (#48644)
aslonnie Nov 8, 2024
f4a7c70
[core][compiled graphs] Enable visualization tests (#48627)
ruisearch42 Nov 8, 2024
871d4d0
[core] [4/N] Package manager uv supports requirement file (#48619)
dentiny Nov 8, 2024
bb0adba
[core] Fix function naming and error propagation (#48639)
dentiny Nov 8, 2024
0f74ac8
[core] Fix vector assignment (#48648)
dentiny Nov 8, 2024
cc0b7aa
[serve] improve router resolve request arg func (#48658)
zcin Nov 8, 2024
ecbc176
[core] [5/N] Check uv existence before installation (#48632)
dentiny Nov 8, 2024
ba22eaa
[core] Remove internal flags in driver on job submission. (#48621)
rynewang Nov 8, 2024
e2dfcc8
[core] Minor cpp changes around core worker (#48262)
dayshah Nov 9, 2024
d4c25e9
[Data] Fix usage of "id" in test_map (#48655)
ArturNiederfahrenhorst Nov 9, 2024
9adfd9f
[serve] small test change (#48665)
zcin Nov 9, 2024
9e5c5bf
[core] Optimize ray check branch prediction (#48663)
dentiny Nov 9, 2024
46cbda2
[core] Fix gtest inclusion (#48678)
dentiny Nov 10, 2024
aee0a0e
[RLlib] IMPALA on new API stack: Add Pong-v5 release test. (#45803)
sven1977 Nov 10, 2024
03ea4f6
[RLlib] New API stack: On by default for BC/MARWIL/CQL. (#48599)
sven1977 Nov 10, 2024
21308bc
[core][autoscaler] Autoscaler v2 does not honor minReplicas/replicas …
kevin85421 Nov 11, 2024
3141dfe
[RLlib] Fix accumulation of results in (new API stack) Algorithm. (#4…
sven1977 Nov 11, 2024
b0b1fb1
[RLlib] Add APPO Atari (Pong) release test. (#48681)
sven1977 Nov 11, 2024
932919e
[Doc] Fix doc lint (#48669)
dentiny Nov 12, 2024
c47bd45
[RLlib] Cleanup examples folder vol 32: Enable RLlib + Serve example …
sven1977 Nov 12, 2024
37709da
[RLlib] Add missing `get_ctor_args_and_kwargs` methods to all Connect…
sven1977 Nov 12, 2024
e2cc66f
[core][compiled graphs] Clean up viz_str() methods (#48660)
ruisearch42 Nov 12, 2024
d6d5863
[core] [6/N] Allow users to specify uv version to install (#48634)
dentiny Nov 12, 2024
0251a3e
[core] [7/N] Add doc for runtime env setup with uv (#48637)
dentiny Nov 12, 2024
4277ccc
[Data] Relax timeout on TFRecords benchmark (#48688)
bveeramani Nov 12, 2024
84092c1
[core] Upgrade abseil (#48667)
dentiny Nov 12, 2024
7bbab39
[Data] Deprecate `read_parquet_bulk` (#48691)
bveeramani Nov 12, 2024
e0d4fd5
[Data] Remove `prefetch_batches` and `prefetch_blocks` parameters of …
bveeramani Nov 12, 2024
ba22e74
[Data] Deprecate `iter_tf_batches` (#48693)
bveeramani Nov 12, 2024
d222ce1
[Data] Deprecate `meta_provider` parameter of read APIs (#48690)
bveeramani Nov 12, 2024
a23bb65
Add perf metrics for 2.39.0 (#48606)
khluu Nov 12, 2024
77f3773
[core] [8/N] Enable validation for uv installtion (#48670)
dentiny Nov 12, 2024
6e5584e
[Data] Deprecate `to_torch` (#48692)
bveeramani Nov 12, 2024
4f6a419
[core] Add a util for size literals (#48638)
dentiny Nov 12, 2024
8ef918a
[Data] Fixing `DelegatingBlockBuilder` to avoid re-serializing object…
alexeykudinkin Nov 13, 2024
aad534f
[Data] Remove random access release tests (#48713)
bveeramani Nov 13, 2024
df15c58
[core] add --enable-prof-libunwind to jemalloc build (#48671)
rynewang Nov 13, 2024
e393a71
[core] Minor improvement for session (#48711)
dentiny Nov 13, 2024
dcf4892
[serve] combine proxy routers (#48706)
zcin Nov 13, 2024
4b4cdcd
Revert "Revert "[Data] Add `BundleQueue` abstraction (#48503)" (#4861…
bveeramani Nov 13, 2024
b4d8e8d
[data] skip tensorflow tests for python 3.12 (#48727)
can-anyscale Nov 13, 2024
9fba756
[Arrow] Enabling V2 Arrow Tensor extension type by default (allowing …
alexeykudinkin Nov 13, 2024
5788c4b
[Core] Make Task Exit with System Error When free_objects Receives IO…
MengjinYan Nov 13, 2024
3f195b4
[Data] support batch_format for Sort and Aggregate (#48287)
xingyu-long Nov 13, 2024
bcee207
[docker] Update latest Docker dependencies for 2.39.0 release (#48729)
khluu Nov 13, 2024
138e59a
[data] Handle nullable fields in schema across blocks for parquet fil…
rickyyx Nov 14, 2024
510686f
[data] cleanup: use SortKey instead of mixed typing in aggregation (#…
richardliaw Nov 14, 2024
a2d8f63
[core] [9/N] Skip installation if already (#48731)
dentiny Nov 14, 2024
0b38051
[core] Fix wrong return type on get_actor in the state api (#48695)
miguelteixeiraa Nov 14, 2024
2e953d3
[Dashboard] Fix dashboard NodeHead._update_node_stats check failure (…
jjyao Nov 14, 2024
a1d4cb1
[data] Don't reset iteration counter stats (#48618)
rickyyx Nov 14, 2024
4dc514e
[core] Stop waiting for dependencies when cancelling tasks (#48661)
dayshah Nov 15, 2024
d05d91e
[core] Minor cpp improvement (#48734)
dentiny Nov 15, 2024
42d101e
[core][compiled graphs] Rework visualize with channel info and actor …
dayshah Nov 15, 2024
134e5ec
[data] Sort with None (#48750)
richardliaw Nov 15, 2024
b33fa04
[RLlib] Reverse learner queue behavior of IMPALA/APPO (consume oldest…
sven1977 Nov 15, 2024
de80d89
[Train] fix: typo (#48653)
azayz Nov 15, 2024
196a0ca
[Refactor] Remove unused `KubeRayNodeProvider._url` method. (#48714)
ltbringer Nov 15, 2024
351d780
[Data] [Dashboard] Fix `Rows Outputted` being zero on Ray Data Dashbo…
scottjlee Nov 15, 2024
3435c25
Update kubernetes.md (#48082)
mohitjain2504 Nov 15, 2024
107a8e3
[core] Change m4's to m6i's for core release tests (#48753)
dayshah Nov 16, 2024
1618493
[image] remove azure packages from base image (#48762)
aslonnie Nov 16, 2024
ae0aae4
[core] Fix security issue for retry package (#48767)
dentiny Nov 17, 2024
7a07263
[vm launcher] change nightly and latest launcher test to manual (#48774)
aslonnie Nov 17, 2024
1576af1
fix NCCL_BFLOAT16 typo in TORCH_NCCL_DTYPE_MAP (#48590)
SeaOfOcean Nov 18, 2024
e70b37a
[image] comply with constraint file in base image (#48764)
aslonnie Nov 18, 2024
36682c1
[data][api] implement `HudiDataSource` (#46273)
xushiyan Nov 19, 2024
acc1b07
[Core] Map aarch64 to arm64 in get_system_info function for Prometheu…
nadongjun Nov 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 1 addition & 3 deletions .buildkite/core.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,8 @@ steps:
- gpu
instance_type: gpu-large
commands:
# This machine has 4 GPUs, and we need 2 GPUs, so allow 2 tests to run in
# parallel.
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //python/ray/dag/... core
--parallelism-per-worker 2 --gpus 2
--gpus 4
--build-name coregpubuild
--only-tags multi_gpu
depends_on: coregpubuild
58 changes: 29 additions & 29 deletions .buildkite/data.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ depends_on:
- oss-ci-base_ml
steps:
# builds
- name: data6build
wanda: ci/docker/data6.build.wanda.yaml
- name: data9build
wanda: ci/docker/data9.build.wanda.yaml

- name: datalbuild
wanda: ci/docker/datal.build.wanda.yaml
Expand All @@ -28,38 +28,38 @@ steps:
wanda: ci/docker/datatfxbsl.build.wanda.yaml

# tests
- label: ":database: data: arrow 6 tests"
tags:
- label: ":database: data: arrow v9 tests"
tags:
- python
- data
instance_type: medium
parallelism: 2
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/data/... //python/ray/air/... data
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}"
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/data/... //python/ray/air/... data
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}"
--worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
--build-name data6build
--build-name data9build
--except-tags data_integration,doctest
depends_on: data6build
depends_on: data9build

- label: ":database: data: arrow 17 tests"
tags:
- label: ":database: data: arrow v17 tests"
tags:
- python
- data
instance_type: medium
parallelism: 2
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/data/... //python/ray/air/... data
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}"
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}"
--worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
--build-name datalbuild
--except-tags data_integration,doctest
depends_on: datalbuild

- label: ":database: data: arrow 17 {{matrix.python}} tests ({{matrix.worker_id}})"
- label: ":database: data: arrow v17 {{matrix.python}} tests ({{matrix.worker_id}})"
key: datal_python_tests
if: build.pull_request.labels includes "continuous-build" || pipeline.id == "0189e759-8c96-4302-b6b5-b4274406bf89" || pipeline.id == "018f4f1e-1b73-4906-9802-92422e3badaa"
tags:
tags:
- python
- data
instance_type: medium
Expand All @@ -76,21 +76,21 @@ steps:

- label: ":database: data: arrow nightly tests"
if: pipeline.id == "0189e759-8c96-4302-b6b5-b4274406bf89" || pipeline.id == "018f4f1e-1b73-4906-9802-92422e3badaa"
tags:
tags:
- python
- data
instance_type: medium
parallelism: 2
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/data/... //python/ray/air/... data
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}"
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/data/... //python/ray/air/... data
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}"
--worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
--build-name datanbuild
--except-tags data_integration,doctest
depends_on: datanbuild

- label: ":database: data: TFRecords (tfx-bsl) tests"
tags:
tags:
- python
- data
instance_type: medium
Expand All @@ -102,39 +102,39 @@ steps:
depends_on: datatfxbslbuild

- label: ":database: data: doc tests"
tags:
tags:
- data
- doc
instance_type: medium
commands:
# doc tests
- bazel run //ci/ray_ci:test_in_docker -- python/ray/... //doc/... data
- bazel run //ci/ray_ci:test_in_docker -- python/ray/... //doc/... data
--build-name datalbuild
--except-tags gpu
--only-tags doctest
--parallelism-per-worker 2
# doc examples
- bazel run //ci/ray_ci:test_in_docker -- //doc/... data
- bazel run //ci/ray_ci:test_in_docker -- //doc/... data
--build-name datalbuild
--except-tags gpu,post_wheel_build,doctest
--parallelism-per-worker 2
--skip-ray-installation
depends_on: datalbuild

- label: ":database: data: doc gpu tests"
tags:
tags:
- data
- doc
- gpu
instance_type: gpu-large
commands:
# doc tests
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/data/... //doc/... data
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/data/... //doc/... data
--build-name docgpubuild
--only-tags doctest
--except-tags cpu
# doc examples
- bazel run //ci/ray_ci:test_in_docker -- //doc/... data
- bazel run //ci/ray_ci:test_in_docker -- //doc/... data
--build-name docgpubuild
--except-tags doctest
--only-tags gpu
Expand All @@ -147,7 +147,7 @@ steps:
- data
instance_type: medium
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/data/... data
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/data/... data
--build-name datamongobuild
--build-type java
--only-tags data_integration
Expand All @@ -168,29 +168,29 @@ steps:

- label: ":database: data: flaky tests"
key: data_flaky_tests
tags:
tags:
- python
- data
- skip-on-premerge
instance_type: medium
soft_fail: true
commands:
- bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
- bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
--parallelism-per-worker 3
--build-name datalbuild
--except-tags gpu_only,gpu
depends_on: datalbuild

- label: ":database: data: flaky gpu tests"
key: data_flaky_gpu_tests
tags:
tags:
- python
- data
- skip-on-premerge
instance_type: gpu-large
soft_fail: true
commands:
- bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
- bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
--build-name docgpubuild
--only-tags gpu,gpu_only
depends_on: docgpubuild
4 changes: 2 additions & 2 deletions .buildkite/linux_aarch64.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ steps:
tags: linux_wheels
instance_type: medium-arm64
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //doc/... core
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //doc/... core
--build-type wheel-aarch64
--build-name oss-ci-base_build-aarch64
--parallelism-per-worker 3
Expand All @@ -115,7 +115,7 @@ steps:
tags: linux_wheels
instance_type: medium-arm64
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/serve/... //doc/... serve
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/serve/... //doc/... serve
--build-type wheel-aarch64
--build-name oss-ci-base_build-aarch64
--parallelism-per-worker 3
Expand Down
Loading