forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] add release build + microbenchmark.was test to postmerge (r…
…ay-project#42621) - Add release builds to postmerge. This is part of the work to run postmerge + release tests together in one commit. - Add microbenchmark.aws to postmerge Signed-off-by: can <can@anyscale.com>
- Loading branch information
1 parent
dc2abf3
commit 746b55c
Showing
4 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
group: release | ||
depends_on: | ||
- anyscalebuild | ||
- anyscalemlbuild | ||
steps: | ||
- label: "microbenchmark.aws" | ||
tags: | ||
- skip-on-premerge | ||
- oss | ||
commands: | ||
- ./release/run_release_test.sh microbenchmark.aws --report | ||
instance_type: release | ||
job_env: oss-ci-base_build | ||
depends_on: | ||
- forge | ||
- oss-ci-base_build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
release/build.rayci.yml |