blob: 00521aef646c137a8fc54bf388fbb47b05fcbeb9 [file] [log] [blame]
# This file allows Bazel team member to handle emergencies by
# - Setting a warning message (and a link to a GitHub issue) that is displayed
# for every CI build
# - Specifying a known good version of Bazel that will be used for
# every pipeline and task that hasn't specified an explicit version in
# the respective pipeline configuration.
#
# Example:
#
# ---
# message: "Bazel 0.20.0 is broken"
# issue_url: "https://github.com/bazelbuild/bazel/issues/123"
# last_good_bazel: "0.19.0"
#
#
# ATTENTION:
# Please do not clear or delete this file when an incident is over.
# Instead, simply replace all values with empty strings ("").
---
message: "All Macs are currently offline due to a network issue. We don't expect a resolution before Monday, so we have a workaround in place to not block builds on MacOS tasks."
issue_url: "https://github.com/bazelbuild/continuous-integration/issues/1800"
last_good_bazel: ""