Closed
Bug 1517732
Opened 6 years ago
Closed 6 years ago
Expose the "statuses" route on repos that have chain of trust enabled
Categories
(Taskcluster :: Services, defect, P1)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: jlorenzo)
References
Details
Attachments
(4 files)
Bug 1510006 was deployed yesterday and it breaks chain of trust this way[1]:
> scriptworker.exceptions.CoTError: CoTError('beetmover:parent PrBbc_H-TliZCNe5_2QgEA: the runtime task doesn\'t match any rebuilt definition!\n["[(\'add\', \'\', [(\'routes\', [\'statuses\'])])]"]',)
[1] https://tools.taskcluster.net/groups/PrBbc_H-TliZCNe5_2QgEA/tasks/DfJwHIsKSYKV5tO_mBm3Lg/runs/0/logs/public%2Flogs%2Fchain_of_trust.log#L102
Assignee | ||
Comment 1•6 years ago
|
||
Raising priority because this bug is blocking 2 mobile releases.
Assignee: nobody → jlorenzo
Severity: normal → blocker
Priority: -- → P1
Assignee | ||
Comment 2•6 years ago
|
||
We need similar patches for reference-browser and focus-android
Assignee | ||
Comment 3•6 years ago
|
||
This fixes the error raised in the previous patch:
> data.routes should NOT have duplicate items (items ## 1 and 0 are identical)
Attachment #9034411 -
Flags: review?(bugzeeeeee)
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Attachment #9034411 -
Flags: review?(bugzeeeeee)
Attachment #9034411 -
Flags: review+
Attachment #9034411 -
Flags: feedback+
Assignee | ||
Comment 6•6 years ago
|
||
Comment on attachment 9034410 [details] [review]
[android-components] Expose routes.statuses because taskcluster-github now adds it
r+'d by :sebastian at https://github.com/mozilla-mobile/android-components/pull/1650#pullrequestreview-189469618
Landed on master at https://github.com/mozilla-mobile/android-components/commit/129862d316583b858ca60f61d0284c19dd8a62d5
Attachment #9034410 -
Flags: review+
Assignee | ||
Comment 7•6 years ago
|
||
Comment on attachment 9034420 [details] [review]
[reference-browser] Expose routes.statuses because taskcluster-github now adds it
r+'d by :sebastian at https://github.com/mozilla-mobile/reference-browser/pull/375#pullrequestreview-189467764
Landed on master at https://github.com/mozilla-mobile/reference-browser/commit/94eb0c45e89d189ca6a20d0c72bb8af84ae96268
Attachment #9034420 -
Flags: review+
Assignee | ||
Comment 8•6 years ago
|
||
This was fixed last week. No error so far.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Github → Services
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•