blob: 97b05755ed273772a4c5752e33148bbe9b665b81 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Defines notifiers on luci-notify-dev.appspot.com.
# Please keep this list sorted by name.
# on_change = Whenever the build status changes.
# on_success = On every build success.
# on_failure = On every build failure.
notifiers {
name: "fuchsia-zircon"
notifications {
on_change: true
on_success: false
on_failure: true
email {
recipients: "mknyszek@google.com"
}
}
notifications {
on_change: true
on_success: false
on_failure: false
email {
recipients: "phosek@google.com"
}
}
builders {
bucket: "luci.fuchsia.ci"
name: "zircon-pc-x86-64-clang"
}
builders {
bucket: "luci.fuchsia.ci"
name: "zircon-qemu-arm64-clang"
}
}