We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0104fb commit 5e72a56Copy full SHA for 5e72a56
.bazelci/presubmit.yml
@@ -100,6 +100,21 @@ tasks:
100
build_targets: *default_linux_targets
101
test_targets: *default_linux_targets
102
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
113
114
115
116
117
+ build_flags: *aspects_flags
118
linux_docs:
119
name: Docs
120
platform: ubuntu2004
0 commit comments