From 7d87bcc4e47eb1d930d1148e12153da1eb8a9c60 Mon Sep 17 00:00:00 2001 From: Matt Stark Date: Thu, 30 Mar 2023 13:11:14 +1100 Subject: [PATCH] Add crate universe bzlmod to presubmits. --- .bazelci/presubmit.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index aa530e0a15..5b88fd2be5 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -342,12 +342,18 @@ tasks: - "//..." build_flags: *aspects_flags soft_fail: yes - ubuntu2004_examples_bzlmod: - name: Bzlmod Examples + ubuntu2004_examples_bzlmod_hello_world: + name: Bzlmod hello world example platform: ubuntu2004 working_directory: examples/bzlmod/hello_world build_targets: - "//..." + ubuntu2004_examples_bzlmod_crate_universe: + name: Bzlmod crate universe examples + platform: ubuntu2004 + working_directory: examples/bzlmod/crate_universe + build_targets: + - "//..." rbe_ubuntu1604_examples: name: Examples platform: rbe_ubuntu1604