[wpt-sync] Sync PR 20232 - taskcluster: ensure data.metadata.owner is a valid e-mail on push event (v4)
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox72 fixed)
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20232 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20232
Details from upstream follow.
Carlos Alberto Lopez Perez <clopez@igalia.com> wrote:
taskcluster: ensure data.metadata.owner is a valid e-mail on push event (v4)
Previous attempts of resolving this issue have failed.
At this point its not clear at all what exactly contains the json that
taskcluster receives from the GitHub action in the push event.
Let's try to simply hardcode a valid e-mail address.Hardcode it only for when the push event happens on a epochs branch,
which are the ones automatically updated by GitHub actionsFor the non-epoch branches use
${event.pusher.email}
as e-mail address,
as it was set previously to this issue.Related issue: #20106
Assignee | ||
Comment 1•1 year ago
|
||
PR 20232 applied with additional changes from upstream: 8aeb44900921dce5401a91a2ede05dbbbb2d56f2, 689b968cd1f8848dc2c62928ffd1b20598be3537, c2910bf7a3f854c348c2f0c096543e7d60bc456f, beff32767b9e1234b09ab49fefcf565cf191f831
Assignee | ||
Comment 2•1 year ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=e893d700e22bc9bf2171d9e177a642f5569d662f
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1b27a90cf621 [wpt PR 20232] - taskcluster: ensure data.metadata.owner is a valid e-mail on push event (v4), a=testonly
Assignee | ||
Comment 4•1 year ago
|
||
Test result changes from PR not available.
Comment 5•1 year ago
|
||
bugherder |
Description
•