Closed
Bug 1417731
Opened 7 years ago
Closed 7 years ago
missing fennec r-d emails
Categories
(Release Engineering :: Release Automation: Other, defect)
Release Engineering
Release Automation: Other
Tracking
(firefox59 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
Attachments
(1 file)
4.24 KB,
patch
|
rail
:
review+
|
Details | Diff | Splinter Review |
This patch adds the missing routes to the release-notify-{promote,publish} kinds.
On beta, we get
(promote):
index.releases.v1.mozilla-beta.196059cada7070ab1e35db83a22b60389bd0c794.fennec.58_0b4.build1.email-beta-candidates
index.releases.v1.mozilla-beta.latest.fennec.latest.email-beta-candidates
(publish):
index.releases.v1.mozilla-beta.196059cada7070ab1e35db83a22b60389bd0c794.fennec.58_0b4.build1.email-beta
index.releases.v1.mozilla-beta.latest.fennec.latest.email-beta
Attachment #8928775 -
Flags: review?(rail)
Comment 1•7 years ago
|
||
Comment on attachment 8928775 [details] [diff] [review]
fix-fennec-notifications
Review of attachment 8928775 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you for addressing this. Callek was asking about this yesterday. :)
Attachment #8928775 -
Flags: review?(rail) → review+
Assignee | ||
Comment 2•7 years ago
|
||
https://hg.mozilla.org/releases/mozilla-beta/rev/0fad48717ca1
Waiting for inbound to open.
Pushed by asasaki@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/062e2a74416a
fix fennec email notifications. r=rail a=release
Comment 4•7 years ago
|
||
bugherder |
Comment 5•7 years ago
|
||
We're getting mail now, with subjects like
mozilla-beta 58.0b9 build1 is in the candidates directory
Can we squeeze a Fennec in there ? Maybe via product in https://dxr.mozilla.org/mozilla-central/source/taskcluster/ci/release-notify-promote/kind.yml#36 ?
Comment 6•7 years ago
|
||
:nthomas This will be fixed with next merge of maple which should happen this week.
Ofcourse we can also do a quick fix in the link you provided above.
Comment 7•7 years ago
|
||
Do you mean switching to tc notifications ? Will we uplift that to 58 ? I'm guessing no, but a fix here is only nice to have given everything else going on.
Comment 8•7 years ago
|
||
https://hg.mozilla.org/projects/maple/rev/e60ed99c0c3e but without the release-notify-ship part, I guess.
Comment 9•7 years ago
|
||
:nthomas no, just formatting of notification messages is fixed. aha I also see you found the commit.
While we are talking about this here maybe it is the best place to get feedback around notification messages. Would it make sense to add "project" (aka branch) to other development branches. Let me explain with the example:
Currently messages for all projects (aka branches) will be:
"fennec 58.b10 build2 is in the candidates directory"
Emails will be send to different emails, but for people that are on subscribed on all of this mailing lists it will be confusing, i think.
My proposal is to keep the message the same for "mozilla-beta" and "mozilla-release" projects (aka branches), but for others we would add a project in the subject/message.
Example for try:
"[try] fennec 58.b10 build2 is in the candidates directory"
How do you feel for the above proposal?
Flags: needinfo?(nthomas)
Assignee | ||
Comment 10•7 years ago
|
||
SGTM :)
You need to log in
before you can comment on or make changes to this bug.
Description
•