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:
Aaron Train
2024-11-12 14:37:11 +00:00
parent 4397efd7c3
commit ef3f9d77f0
4 changed files with 10 additions and 10 deletions

View File

@@ -34,13 +34,13 @@ task-defaults:
routes:
by-level:
'3':
- notify.slack-channel.G016BC5FUHJ.on-failed
- notify.slack-channel.C0134KJ4JHL.on-failed
default: []
scopes:
by-level:
'3':
- queue:route:notify.slack-channel.G016BC5FUHJ # notify mobile-alerts-sandbox on failure
- notify:slack-channel:G016BC5FUHJ
- queue:route:notify.slack-channel.C0134KJ4JHL # notify mobile-alerts-android on failure
- notify:slack-channel:C0134KJ4JHL
- queue:route:notify.slack-channel.C07HUFVU2UD # notify mobile-testeng-releases on success
- notify:slack-channel:C07HUFVU2UD
default: []

View File

@@ -89,13 +89,13 @@ tasks:
routes:
by-level:
'3':
- notify.slack-channel.G016BC5FUHJ.on-failed
- notify.slack-channel.C0134KJ4JHL.on-failed
'default': []
scopes:
by-level:
'3':
- queue:route:notify.slack-channel.G016BC5FUHJ.on-failed
- notify:slack-channel:G016BC5FUHJ
- queue:route:notify.slack-channel.C0134KJ4JHL.on-failed
- notify:slack-channel:C0134KJ4JHL
'default': []
extra:
notify:

View File

@@ -47,13 +47,13 @@ task-defaults:
routes:
by-level:
'3':
- notify.slack-channel.G016BC5FUHJ.on-failed
- notify.slack-channel.C0134KJ4JHL.on-failed
'default': []
scopes:
by-level:
'3':
- queue:route:notify.slack-channel.G016BC5FUHJ.on-failed
- notify:slack-channel:G016BC5FUHJ
- queue:route:notify.slack-channel.C0134KJ4JHL.on-failed
- notify:slack-channel:C0134KJ4JHL
'default': []
extra:
notify:

View File

@@ -34,7 +34,7 @@ from slack_notifier import (
# Constants
SUCCESS_CHANNEL_ID = "C07HUFVU2UD" # mobile-testeng-releases
ERROR_CHANNEL_ID = "G016BC5FUHJ" # mobile-alerts-sandbox
ERROR_CHANNEL_ID = "C0134KJ4JHL" # mobile-alerts-android
def main():