Skip to content

Commit 6c05d2d

Browse files
authored
ci: soft fail for upcoming bazel job (bazel-contrib#3651)
Upcoming RC builds may have regressions, so instead of blocking our CI on their failures, mark them as soft-fail. This way we can be aware of upcoming problems, but not block regular development.
1 parent 612ca2e commit 6c05d2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ tasks:
194194
name: "Default: Ubuntu, upcoming Bazel"
195195
platform: ubuntu2204
196196
bazel: last_rc
197+
# RCs may have regressions, so don't fail our CI on them
198+
soft_fail:
199+
- exit_status: 1
200+
- exit_status: 3
197201
ubuntu_rolling:
198202
name: "Default: Ubuntu, rolling Bazel"
199203
platform: ubuntu2204

0 commit comments

Comments
 (0)