Closed
Bug 1695175
Opened 5 years ago
Closed 5 years ago
fxci replay-hg-push should also refire hook for pushes by 'reviewbot', currently complains user is not in email format
Categories
(Release Engineering :: Firefox-CI Administration, defect)
Release Engineering
Firefox-CI Administration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aryx, Assigned: aryx)
Details
Attachments
(1 file)
If automation didn't schedule decision tasks for pushes because of an issue, this shall be fixed by "replaying" the push which fires the hook again. This fails for pushes by reviewbot because it's not in email format.
fxci replay-hg-push try c1ade87629c6bbefeda4d5a6081844fe82792d35
Could not get create hg-push task: data.payload.data.pushlog_pushes[0].user should match format "email"
As fix the same extension of the push user name with @noreply.mozilla.org like in in .taskcluster.yml will be used.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Component: Release Automation: Bouncer → Firefox-CI Administration
Pushed by bhearsum@mozilla.com:
https://hg.mozilla.org/ci/ci-admin/rev/d7770f521fc7
Fix up user name for push in replay-hg-push command to be in email address format. r=bhearsum
Comment 3•5 years ago
|
||
This seems to be fixed. Please re-open if I'm wrong. Thanks for the patch!
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•