Skip to content

Commit

Permalink
[core] Run redis tests on postmerge only (ray-project#50795)
Browse files Browse the repository at this point in the history
No need to run these on every PR

Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
  • Loading branch information
edoakes authored Feb 21, 2025
1 parent 2cdffff commit c2f9e73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .buildkite/core.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ steps:
worker_id: ["0", "1", "2", "3"]

- label: ":ray: core: redis tests"
tags: python
tags:
- python
- oss
- skip-on-premerge
instance_type: large
parallelism: 4
commands:
Expand Down Expand Up @@ -125,6 +128,7 @@ steps:
tags:
- python
- oss
- skip-on-premerge
instance_type: small
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... core
Expand Down

0 comments on commit c2f9e73

Please sign in to comment.