downgrade translations to level 1 again
Categories
(Release Engineering :: Firefox-CI Administration, defect)
Tracking
(Not tracked)
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(1 file)
The upgrade to level 3 in https://bugzilla.mozilla.org/show_bug.cgi?id=1891092 busted decision tasks, eg:
<details>
<summary>Uh oh! Looks like an error! Details</summary>
Taskcluster-GitHub attempted to create a task for this event with the following scopes:
["assume:repo:github.com/mozilla/firefox-translations-training:branch:opus_filter","queue:route:checks","queue:scheduler-id:taskcluster-github"]
The expansion of these scopes is not sufficient to create the task, leading to the following:
Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:
{
"AllOf": [
"queue:scheduler-id:translations-level-1",
{
"AnyOf": [
"queue:create-task:highest:translations-1/decision-gcp",
"queue:create-task:very-high:translations-1/decision-gcp",
"queue:create-task:high:translations-1/decision-gcp",
"queue:create-task:medium:translations-1/decision-gcp",
"queue:create-task:low:translations-1/decision-gcp",
"queue:create-task:very-low:translations-1/decision-gcp"
]
}
]
}
This request requires the client to satisfy the following scope expression:
{
"AllOf": [
"assume:repo:github.com/mozilla/firefox-translations-training:branch:opus_filter",
"queue:route:checks",
"queue:route:tc-treeherder.v2.firefox-translations-training.99128f84cc74ec92b10563f7d25d7251b6b21f89",
"queue:route:index.translations.v2.firefox-translations-training.latest.taskgraph.decision",
"queue:route:index.translations.v2.firefox-translations-training.revision.99128f84cc74ec92b10563f7d25d7251b6b21f89.taskgraph.decision",
"queue:create-task:project:none",
"queue:scheduler-id:translations-level-1",
{
"AnyOf": [
"queue:create-task:highest:translations-1/decision-gcp",
"queue:create-task:very-high:translations-1/decision-gcp",
"queue:create-task:high:translations-1/decision-gcp",
"queue:create-task:medium:translations-1/decision-gcp",
"queue:create-task:low:translations-1/decision-gcp",
"queue:create-task:very-low:translations-1/decision-gcp"
]
}
]
}
---
* method: createTask
* errorCode: InsufficientScopes
* statusCode: 403
* time: 2024-04-25T17:51:29.133Z
</details>
Assignee | ||
Comment 1•6 months ago
|
||
Updated•6 months ago
|
Updated•6 months ago
|
Pushed by bhearsum@mozilla.com:
https://hg.mozilla.org/ci/ci-configuration/rev/835e0f8a68a4
revert translations repo back to level 1.
Description
•