mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
6 lines
299 B
YAML
6 lines
299 B
YAML
- label: "Ray Core Tests (:buildkite: Experimental)"
|
|
commands:
|
|
- bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only -- //:all -rllib/...
|
|
- label: "Ray Dashboard Tests"
|
|
commands:
|
|
- bazel test --config=ci $(./scripts/bazel_export_options) python/ray/new_dashboard/...
|