-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fill out the CI matrix to cover the bazels that people use. (#807)
* Fill out the CI matrix to cover the bazels that people use. - bazel at head, LTS (7.x) and LTS-1 - with and without bzlmod enabled. * add names to replicate the task names - CI should do this rather than making them
- Loading branch information
Showing
2 changed files
with
88 additions
and
56 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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# These test the packaging of the product itself. | ||
# They only have to run on linux with a recent bazel | ||
|
||
common: &common | ||
working_directory: .. | ||
build_targets: | ||
- "distro:all" | ||
- "//doc_build:all" | ||
- "//distro/..." | ||
|
||
tasks: | ||
rolling_ubuntu: | ||
integration: | ||
name: rolling_distro | ||
platform: ubuntu1804 | ||
bazel: rolling | ||
<<: *common | ||
lts_ubuntu: | ||
name: lts_distro | ||
platform: ubuntu1804 | ||
bazel: latest | ||
build_flags: | ||
- "--noenable_bzlmod" | ||
<<: *common |
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