Skip to content

Commit 5e72a56

Browse files
philwohlopko
andauthored
Add soft-failing steps that test with Bazel Rolling Releases (#935)
Co-authored-by: Marcel Hlopko <hlopko@google.com>
1 parent a0104fb commit 5e72a56

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,21 @@ tasks:
100100
build_targets: *default_linux_targets
101101
test_targets: *default_linux_targets
102102
build_flags: *aspects_flags
103+
ubuntu2004_rolling:
104+
name: "Rolling Bazel Version"
105+
bazel: "rolling"
106+
platform: ubuntu2004
107+
soft_fail: yes
108+
build_targets: *default_linux_targets
109+
test_targets: *default_linux_targets
110+
ubuntu2004_rolling_with_aspects:
111+
name: "Rolling Bazel Version With Aspects"
112+
bazel: "rolling"
113+
platform: ubuntu2004
114+
soft_fail: yes
115+
build_targets: *default_linux_targets
116+
test_targets: *default_linux_targets
117+
build_flags: *aspects_flags
103118
linux_docs:
104119
name: Docs
105120
platform: ubuntu2004

0 commit comments

Comments
 (0)