Bug 1928668 - Update Slack notify route in various test task configurations r=jajohnson,isabel_rios
Differential Revision: https://phabricator.services.mozilla.com/D227709
This commit is contained in:
@@ -34,13 +34,13 @@ task-defaults:
|
|||||||
routes:
|
routes:
|
||||||
by-level:
|
by-level:
|
||||||
'3':
|
'3':
|
||||||
- notify.slack-channel.G016BC5FUHJ.on-failed
|
- notify.slack-channel.C0134KJ4JHL.on-failed
|
||||||
default: []
|
default: []
|
||||||
scopes:
|
scopes:
|
||||||
by-level:
|
by-level:
|
||||||
'3':
|
'3':
|
||||||
- queue:route:notify.slack-channel.G016BC5FUHJ # notify mobile-alerts-sandbox on failure
|
- queue:route:notify.slack-channel.C0134KJ4JHL # notify mobile-alerts-android on failure
|
||||||
- notify:slack-channel:G016BC5FUHJ
|
- notify:slack-channel:C0134KJ4JHL
|
||||||
- queue:route:notify.slack-channel.C07HUFVU2UD # notify mobile-testeng-releases on success
|
- queue:route:notify.slack-channel.C07HUFVU2UD # notify mobile-testeng-releases on success
|
||||||
- notify:slack-channel:C07HUFVU2UD
|
- notify:slack-channel:C07HUFVU2UD
|
||||||
default: []
|
default: []
|
||||||
|
|||||||
@@ -89,13 +89,13 @@ tasks:
|
|||||||
routes:
|
routes:
|
||||||
by-level:
|
by-level:
|
||||||
'3':
|
'3':
|
||||||
- notify.slack-channel.G016BC5FUHJ.on-failed
|
- notify.slack-channel.C0134KJ4JHL.on-failed
|
||||||
'default': []
|
'default': []
|
||||||
scopes:
|
scopes:
|
||||||
by-level:
|
by-level:
|
||||||
'3':
|
'3':
|
||||||
- queue:route:notify.slack-channel.G016BC5FUHJ.on-failed
|
- queue:route:notify.slack-channel.C0134KJ4JHL.on-failed
|
||||||
- notify:slack-channel:G016BC5FUHJ
|
- notify:slack-channel:C0134KJ4JHL
|
||||||
'default': []
|
'default': []
|
||||||
extra:
|
extra:
|
||||||
notify:
|
notify:
|
||||||
|
|||||||
@@ -47,13 +47,13 @@ task-defaults:
|
|||||||
routes:
|
routes:
|
||||||
by-level:
|
by-level:
|
||||||
'3':
|
'3':
|
||||||
- notify.slack-channel.G016BC5FUHJ.on-failed
|
- notify.slack-channel.C0134KJ4JHL.on-failed
|
||||||
'default': []
|
'default': []
|
||||||
scopes:
|
scopes:
|
||||||
by-level:
|
by-level:
|
||||||
'3':
|
'3':
|
||||||
- queue:route:notify.slack-channel.G016BC5FUHJ.on-failed
|
- queue:route:notify.slack-channel.C0134KJ4JHL.on-failed
|
||||||
- notify:slack-channel:G016BC5FUHJ
|
- notify:slack-channel:C0134KJ4JHL
|
||||||
'default': []
|
'default': []
|
||||||
extra:
|
extra:
|
||||||
notify:
|
notify:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ from slack_notifier import (
|
|||||||
|
|
||||||
# Constants
|
# Constants
|
||||||
SUCCESS_CHANNEL_ID = "C07HUFVU2UD" # mobile-testeng-releases
|
SUCCESS_CHANNEL_ID = "C07HUFVU2UD" # mobile-testeng-releases
|
||||||
ERROR_CHANNEL_ID = "G016BC5FUHJ" # mobile-alerts-sandbox
|
ERROR_CHANNEL_ID = "C0134KJ4JHL" # mobile-alerts-android
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user