mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[Serve] Disable macOS tests (#27218)
This commit is contained in:
parent
0374637e53
commit
ca9e8b3d0b
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ steps:
|
|||
- if [ "$BUILDKITE_BRANCH" = "master" ]; then python .buildkite/copy_files.py --destination jars --path ./.jar/darwin; fi
|
||||
|
||||
|
||||
- label: ":mac: :apple: Ray Core, Dashboard and Serve"
|
||||
- label: ":mac: :apple: Ray Core Unit Tests and Dashboard"
|
||||
<<: *common
|
||||
conditions: ["RAY_CI_SERVE_AFFECTED", "RAY_CI_CORE_CPP_AFFECTED", "RAY_CI_PYTHON_AFFECTED", "RAY_CI_DASHBOARD_AFFECTED"]
|
||||
commands:
|
||||
|
@ -70,7 +70,7 @@ steps:
|
|||
# Use --dynamic_mode=off until MacOS CI runs on Big Sur or newer. Otherwise there are problems with running tests
|
||||
# with dynamic linking.
|
||||
- bazel test --config=ci --dynamic_mode=off --test_env=CI $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=-post_wheel_build --
|
||||
//:all python/ray/serve/... python/ray/dashboard/... -rllib/... -core_worker_test
|
||||
//:all python/ray/dashboard/... -python/ray/serve/... -rllib/... -core_worker_test
|
||||
- *epilogue_commands
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue