Closed
Bug 1605212
Opened 5 years ago
Closed 5 years ago
application-services: general cron hook doesn't start: missing scopes.
Categories
(Release Engineering :: Firefox-CI Administration, enhancement)
Release Engineering
Firefox-CI Administration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: jlorenzo)
References
Details
Attachments
(1 file)
The general cron hook was added in bug 1602861 and fails:
The role hook-id:project-releng/cron-task-mozilla-application-services does not have sufficient scopes to create the task:
Client ID static/taskcluster/hooks does not have sufficient scopes and is missing the following scopes:
{
"AnyOf": [
{
"AnyOf": [
"queue:create-task:highest:application-services-3/decision",
"queue:create-task:very-high:application-services-3/decision",
"queue:create-task:high:application-services-3/decision",
"queue:create-task:medium:application-services-3/decision",
"queue:create-task:low:application-services-3/decision",
"queue:create-task:very-low:application-services-3/decision",
"queue:create-task:lowest:application-services-3/decision"
]
},
{
"AnyOf": [
"queue:create-task:application-services-3/decision",
{
"AllOf": [
"queue:define-task:application-services-3/decision",
"queue:task-group-id:application-services-level-3/ddEhdC_GSiqPztTPQGEDcw",
"queue:schedule-task:application-services-level-3/ddEhdC_GSiqPztTPQGEDcw/ddEhdC_GSiqPztTPQGEDcw"
]
}
]
}
]
}
This patch follows bug 1597329 up too because it starts to make app-services more compliant with the other projects.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jlorenzo
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
General cron hook is now green https://firefox-ci-tc.services.mozilla.com/tasks/aJTe_IqlR8qzIU1it3AIXQ/
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
•