Closed
Bug 1866557
Opened 2 years ago
Closed 2 years ago
Taskcluster-GitHub fails to cancel previous tasks for subsequent pushes to a PR
Categories
(Release Engineering :: Firefox-CI Administration, defect)
Release Engineering
Firefox-CI Administration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: ahal)
Details
Attachments
(2 files)
I just pushed an update to a PR, and taskcluster-github had errors: https://github.com/mozilla-extensions/searchengine-devtools/pull/148#issuecomment-1825896624
Taskcluster-GitHub attempted to cancel previously created task groups with following scopes:
assume:repo:github.com/mozilla-extensions/searchengine-devtools:*, queue:seal-task-group:taskcluster-github/*, queue:cancel-task-group:taskcluster-github/*
Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:
queue:seal-task-group:xpi-level-1/VXZCdHnGTUyKaeBv2CBdQw
This request requires the client to satisfy the following scope expression:
queue:seal-task-group:xpi-level-1/VXZCdHnGTUyKaeBv2CBdQw
| Assignee | ||
Comment 1•2 years ago
|
||
These get missed by the general trust-domain-scopes grant.
Updated•2 years ago
|
Assignee: nobody → ahal
Status: NEW → ASSIGNED
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/ci/ci-configuration/rev/6c3118514f5e
Grant 'queue:seal-task-group' scopes to xpi repos, r=releng-reviewers,jcristau
Updated•2 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Comment 3•2 years ago
|
||
Observing the same in remote-settings-devtools:
https://github.com/mozilla-extensions/remote-settings-devtools/pull/126#issuecomment-1836172200
I'm reopening, but let me know if I shall clone this one
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•2 years ago
|
||
(oops, commented from the from wrong container tab 🤦♂️)
Comment 5•2 years ago
|
||
We granted seal-task-group, but tc-github also wants to cancel it.
Pushed by jcristau@mozilla.com:
https://hg.mozilla.org/ci/ci-configuration/rev/260a77c3f574
let taskcluster-github cancel-task-group for xpi repos. r=releng-reviewers,bhearsum
Comment 7•2 years ago
|
||
Thanks Mathieu :)
Deploy is in progress, fix should be live in a few minutes.
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•