Files
2026-07-13 13:17:40 +08:00

52 lines
1.6 KiB
YAML

group: reef tests
depends_on:
- forge
steps:
- label: ":test_tube: test-rules"
key: test-rules
commands:
- curl -sfL "https://raw.githubusercontent.com/ray-project/rayci/stable/run_rayci.sh" | bash -s -- test-rules
instance_type: small
tags:
- tools
- always
- label: ":coral: reef: ci+release tooling tests"
key: reef-tests
commands:
- bazel run //ci/ray_ci:test_in_docker --
//ci/ray_ci/... //ci/build/... //release/... //ci/pipeline/... ci
--only-tags=release_unit,ci_unit
--cache-test-results --parallelism-per-worker 2
--build-name forge
--build-type skip
instance_type: small
tags: tools
- label: ":coral: reef: raydepsets tests"
key: raydepsets-tests
commands:
- bazel run //ci/ray_ci:test_in_docker --
//ci/raydepsets/... ci
--cache-test-results
--build-name forge
--build-type skip
instance_type: small
tags: tools
- label: ":coral: reef: privileged container tests"
commands:
- bazel run //ci/ray_ci:test_in_docker --
//ci/ray_ci:test_privileged ci
--cache-test-results
--build-name oss-ci-base_test-py3.10
--build-type cgroup
--privileged
instance_type: small
depends_on: oss-ci-base_test-multipy(python=3.10)
tags: tools
- label: ":coral: reef: iwyu tests"
commands:
- bazel test --config iwyu //bazel/tests/cpp:example_test
instance_type: small
depends_on: oss-ci-base_build-multipy(python=3.10)
job_env: oss-ci-base_build-py3.10
tags: tools