blob: 083b64af42e796f0265c8d1a41affa7222ee6f06 [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: false
on_success: false
on_failure: true
email {
recipients: "fuchsia-infra-notify@google.com"
}
}
builders {
bucket: "ci"
name: "garnet-roller"
repository: "https://fuchsia.googlesource.com/garnet"
}
builders {
bucket: "ci"
name: "zircon-x64-clang-qemu_kvm"
repository: "https://fuchsia.googlesource.com/zircon"
}
}
notifiers {
name: "fuchsia-perf-tests"
notifications {
on_change: false
on_success: false
on_failure: true
email {
recipients: "kjharland@google.com"
}
}
builders {
bucket: "ci"
name: "garnet-x64-debug-perf"
repository: "https://fuchsia.googlesource.com/garnet"
}
}