Closed
Bug 1600021
Opened 6 years ago
Closed 5 years ago
schedulerId "-" is not usable
Categories
(Release Engineering :: Firefox-CI Administration, task)
Release Engineering
Firefox-CI Administration
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1596171
People
(Reporter: marco, Unassigned)
References
Details
When not explicitly defining a schedulerId:
Client ID XXX does not have sufficient scopes and is missing the following scopes:
queue:scheduler-id:-
This request requires the client to satisfy the following scope expression:
{
"AllOf": [
{
"AnyOf": [
{
"AllOf": [
"queue:scheduler-id:-",
{
"AnyOf": [
"queue:create-task:highest:gecko-t/t-linux-xlarge",
"queue:create-task:very-high:gecko-t/t-linux-xlarge",
"queue:create-task:high:gecko-t/t-linux-xlarge",
"queue:create-task:medium:gecko-t/t-linux-xlarge",
"queue:create-task:low:gecko-t/t-linux-xlarge"
]
}
]
}
]
}
]
}
Comment 1•6 years ago
|
||
Which deployment is that on?
| Reporter | ||
Comment 2•6 years ago
|
||
firefox-ci
Comment 3•6 years ago
|
||
OK -- I suspect that might be intentional, but releng will be able to say for sure.
Note that the change to switch the default schedulerId in the UI to taskcluster-ui has not landed yet. TC 24.0.0 is a bit delayed since we found some critical bugs in it.
Component: Operations and Service Requests → Firefox-CI Administration
Product: Taskcluster → Release Engineering
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•