Skip to content

Commit

Permalink
[release] add release build + microbenchmark.was test to postmerge (#…
Browse files Browse the repository at this point in the history
…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 <[email protected]>
  • Loading branch information
can-anyscale authored Jan 30, 2024
1 parent dc2abf3 commit 746b55c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .buildkite/release.rayci.yml
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
8 changes: 7 additions & 1 deletion .buildkite/release/build.rayci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
group: build
group: release build
steps:
- label: ":tapioca: build: anyscale py{{matrix.python}}-{{matrix.platform}} docker"
tags: skip-on-premerge
key: anyscalebuild
instance_type: release
commands:
- bazel run //ci/ray_ci:build_in_docker -- anyscale
--python-version {{matrix.python}} --platform {{matrix.platform}}
Expand All @@ -22,6 +25,9 @@ steps:
- cpu

- label: ":tapioca: build: anyscale-ml py{{matrix}}-cu11.8.0 docker"
tags: skip-on-premerge
key: anyscalemlbuild
instance_type: release
commands:
- bazel run //ci/ray_ci:build_in_docker -- anyscale --python-version {{matrix}}
--platform cu11.8.0 --image-type ray-ml --upload
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/release/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ forge_prefix: cr.ray.io/rayproject/
builder_queues:
builder: builder_queue_branch
runner_queues:
default: release_queue_small
release: release_queue_small
buildkite_dirs:
- .buildkite/release
env:
Expand Down
1 change: 1 addition & 0 deletions .buildkite/releasebuild.rayci.yml

0 comments on commit 746b55c

Please sign in to comment.