Oleh Prypin | 9bb6886 | 2018-05-28 09:07:30 +0200 | [diff] [blame] | 1 | # Defines notifiers on luci-notify.appspot.com. |
| 2 | # See schema at |
| 3 | # https://chromium.googlesource.com/infra/luci/luci-go/+/master/luci_notify/api/config/notify.proto |
| 4 | |
| 5 | notifiers { |
| 6 | name: "webrtc-ci-status" |
| 7 | notifications { |
Oleh Prypin | 6abf4d6 | 2018-06-01 08:38:45 +0200 | [diff] [blame^] | 8 | template: "ci" |
Oleh Prypin | 9bb6886 | 2018-05-28 09:07:30 +0200 | [diff] [blame] | 9 | on_change: false |
| 10 | on_success: false |
| 11 | on_failure: true |
| 12 | email { |
Oleh Prypin | c545dec | 2018-05-30 13:14:15 +0200 | [diff] [blame] | 13 | recipients: "oprypin@google.com" |
Oleh Prypin | 9bb6886 | 2018-05-28 09:07:30 +0200 | [diff] [blame] | 14 | } |
| 15 | } |
| 16 | |
| 17 | # Keep this list synced with the CI builders in luci-milo.cfg |
| 18 | # (they start with "buildbucket/luci.webrtc.ci") |
| 19 | |
| 20 | builders { bucket: "ci" name: "Android32 (M Nexus5X)(dbg)" } |
| 21 | builders { bucket: "ci" name: "Android32 (M Nexus5X)" } |
| 22 | builders { bucket: "ci" name: "Android64 (M Nexus5X)(dbg)" } |
| 23 | builders { bucket: "ci" name: "Android64 (M Nexus5X)" } |
| 24 | builders { bucket: "ci" name: "Android32 Builder x86" } |
| 25 | builders { bucket: "ci" name: "Android32 Builder x86 (dbg)" } |
| 26 | builders { bucket: "ci" name: "Android64 Builder x64 (dbg)" } |
| 27 | builders { bucket: "ci" name: "Android32 (more configs)" } |
| 28 | |
| 29 | builders { bucket: "ci" name: "iOS32 Debug" } |
| 30 | builders { bucket: "ci" name: "iOS32 Release" } |
| 31 | builders { bucket: "ci" name: "iOS64 Debug" } |
| 32 | builders { bucket: "ci" name: "iOS64 Release" } |
| 33 | builders { bucket: "ci" name: "iOS32 Sim Debug (iOS 9.0)" } |
| 34 | builders { bucket: "ci" name: "iOS64 Sim Debug (iOS 9.0)" } |
| 35 | builders { bucket: "ci" name: "iOS64 Sim Debug (iOS 10.0)" } |
| 36 | builders { bucket: "ci" name: "iOS API Framework Builder" } |
| 37 | |
| 38 | builders { bucket: "ci" name: "Linux32 Debug" } |
| 39 | builders { bucket: "ci" name: "Linux32 Release" } |
| 40 | builders { bucket: "ci" name: "Linux64 Debug" } |
| 41 | builders { bucket: "ci" name: "Linux64 Release" } |
| 42 | builders { bucket: "ci" name: "Linux32 Debug (ARM)" } |
| 43 | builders { bucket: "ci" name: "Linux32 Release (ARM)" } |
| 44 | builders { bucket: "ci" name: "Linux64 Debug (ARM)" } |
| 45 | builders { bucket: "ci" name: "Linux64 Release (ARM)" } |
| 46 | builders { bucket: "ci" name: "Linux64 Release (GCC)" } |
| 47 | builders { bucket: "ci" name: "Linux Asan" } |
| 48 | builders { bucket: "ci" name: "Linux MSan" } |
| 49 | builders { bucket: "ci" name: "Linux Tsan v2" } |
| 50 | builders { bucket: "ci" name: "Linux UBSan" } |
| 51 | builders { bucket: "ci" name: "Linux UBSan vptr" } |
| 52 | builders { bucket: "ci" name: "Linux (more configs)" } |
| 53 | builders { bucket: "ci" name: "Linux64 Release (Libfuzzer)" } |
| 54 | |
| 55 | builders { bucket: "ci" name: "Mac64 Debug" } |
| 56 | builders { bucket: "ci" name: "Mac64 Release" } |
| 57 | builders { bucket: "ci" name: "Mac Asan" } |
| 58 | |
| 59 | builders { bucket: "ci" name: "Win32 Debug" } |
| 60 | builders { bucket: "ci" name: "Win32 Release" } |
| 61 | builders { bucket: "ci" name: "Win64 Debug" } |
| 62 | builders { bucket: "ci" name: "Win64 Release" } |
| 63 | builders { bucket: "ci" name: "Win32 Debug (Clang)" } |
| 64 | builders { bucket: "ci" name: "Win32 Release (Clang)" } |
| 65 | builders { bucket: "ci" name: "Win64 Debug (Clang)" } |
| 66 | builders { bucket: "ci" name: "Win64 Release (Clang)" } |
| 67 | builders { bucket: "ci" name: "Win32 ASan" } |
| 68 | builders { bucket: "ci" name: "Win (more configs)" } |
| 69 | } |