firefox-android: cleanup duplicate extra notify blocks in ui-test-apk config
Categories
(Release Engineering :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: aaronmt, Assigned: gbrown)
References
Details
Attachments
(3 files)
Re: https://github.com/mozilla-mobile/firefox-android/pull/720#discussion_r1104803463
Migration duplicated a couple extra Slack notify blocks. This can be set once in defaults.
Bonus:
"text": "Fenix :firefox: ${task.metadata.name} :x:\n "
Does the task
or status
object expose the app name that can be used there in the Slack text as Fenix
is hard-coded?
![]() |
Assignee | |
Updated•2 years ago
|
![]() |
Assignee | |
Comment 1•2 years ago
|
||
![]() |
Assignee | |
Comment 2•2 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #0)
Bonus:
"text": "Fenix :firefox: ${task.metadata.name} :x:\n "
Does the
task
orstatus
object expose the app name that can be used there in the Slack text asFenix
is hard-coded?
I can't think of an easy way of providing the app name here, but ${task.metadata.name} should include the app name already, like "ui-test-apk-fenix-arm-nightly" vs "ui-test-apk-focus-arm-nightly". In that light, I'm suggesting we use a generic term to replace "Fenix":
"text": "firefox-android :firefox: ${task.metadata.name} :x:\n "
Comment 3•2 years ago
|
||
Reporter | ||
Comment 4•2 years ago
|
||
Sound's good
Comment 5•2 years ago
|
||
Comment 6•2 years ago
|
||
![]() |
Assignee | |
Updated•2 years ago
|
Description
•