Skip to content

Commit

Permalink
[ci] add explicity depends_on for wait (ray-project#42792)
Browse files Browse the repository at this point in the history
this is required for proper dependency tracking

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Jan 29, 2024
1 parent 3173487 commit 91ca322
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .buildkite/core.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ steps:
EXTRA_DEPENDENCY: core

- wait: ~
depends_on:
- corebuild

# tests
- label: ":ray: core: python tests"
Expand Down Expand Up @@ -268,6 +270,8 @@ steps:
--test-env=RAY_MINIMAL=1
--only-tags minimal
--skip-ray-installation
depends_on:
- minbuild-core
matrix:
- "3.8"
- "3.9"
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/serverless.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ steps:

- wait: ~
depends_on:
- serverlessbuild
- forge
- serverlessbuild
- forge

# tests
- label: ":serverless: serverless: python tests"
Expand Down

0 comments on commit 91ca322

Please sign in to comment.