Closed
Bug 1458809
Opened 7 years ago
Closed 7 years ago
release-bouncer-sub has the wrong scopes for esr60
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox61 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: sfraser, Assigned: sfraser)
References
Details
Attachments
(2 files)
For example, https://tools.taskcluster.net/groups/VlFDPgNZSPSEDGSgiLvjNw/tasks/Oij6BTo8QH2Fle-wCtsQAQ/details
has the scopes:
project:releng:bouncer:action:submission
project:releng:bouncer:server:staging
which are the dev ones, causing the task to error in chain of trust verification:
2018-05-03T07:15:28 INFO - Found privileged scope project:releng:bouncer:server:staging
2018-05-03T07:15:28 CRITICAL - bouncer Oij6BTo8QH2Fle-wCtsQAQ: repo /releases/mozilla-esr60 not allowlisted for scope project:releng:bouncer:server:staging!
2018-05-03T07:15:28 CRITICAL - Chain of Trust verification error!
Traceback (most recent call last):
File "/builds/scriptworker/lib/python3.5/site-packages/scriptworker/cot/verify.py", line 1847, in verify_chain_of_trust
await trace_back_to_tree(chain)
File "/builds/scriptworker/lib/python3.5/site-packages/scriptworker/cot/verify.py", line 1799, in trace_back_to_tree
raise_on_errors(errors)
File "/builds/scriptworker/lib/python3.5/site-packages/scriptworker/cot/verify.py", line 302, in raise_on_errors
raise CoTError("\n".join(errors))
scriptworker.exceptions.CoTError: 'bouncer Oij6BTo8QH2Fle-wCtsQAQ: repo /releases/mozilla-esr60 not allowlisted for scope project:releng:bouncer:server:staging!'
2018-05-03T07:15:28 ERROR - Hit ScriptWorkerException: 'bouncer Oij6BTo8QH2Fle-wCtsQAQ: repo /releases/mozilla-esr60 not allowlisted for scope project:releng:bouncer:server:staging!'
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sfraser
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8972794 [details]
Bug 1458809 Update release bouncer scopes for esr60
https://reviewboard.mozilla.org/r/241362/#review247182
LGTM! I think we slipped some patches while doing the uplifts. This was taken care of beforehand.
Attachment #8972794 -
Flags: review+
Pushed by sfraser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/26884a56b742
Update release bouncer scopes for esr60 r=mtabara
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8972794 [details]
Bug 1458809 Update release bouncer scopes for esr60
https://reviewboard.mozilla.org/r/241362/#review247188
I just realized we also need to update the work-type. Apart from that, it's all good.
Attachment #8972794 -
Flags: review?(jlorenzo) → review+
Comment 5•7 years ago
|
||
Bug 1458809 Fix worker type for esr60 in release-bouncer-sub r=jlorenzo
Comment 6•7 years ago
|
||
Comment on attachment 8972806 [details]
Bug 1458809 Update release bouncer scopes for esr60 r=jlorenzo
Johan Lorenzo [:jlorenzo] has approved the revision.
https://phabricator.services.mozilla.com/D1113
Attachment #8972806 -
Flags: review+
Both patches landed on esr60: https://hg.mozilla.org/releases/mozilla-esr60/rev/32cf2c3fbf49a10c81768c06f93b4e18716656a8
Comment 8•7 years ago
|
||
bugherder |
Updated•7 years ago
|
Component: General Automation → General
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9bb6afdda6fd
Update release bouncer scopes for esr60 r=jlorenzo
Comment 10•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•