[Serve] Disable macOS tests (#27218)

This commit is contained in:
Simon Mo 2022-07-28 16:34:46 -07:00 committed by GitHub
parent 0374637e53
commit ca9e8b3d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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