Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Correct the tc-index route (#3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
owlishDeveloper authored May 20, 2020
1 parent efa8489 commit 40922b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tasks:
- "secrets:get:project/firefoxreality/fr/mls-key"
routes:
- notify.email.fxr-releng@mozilla.com.on-any
- route.index.project.firefoxreality.master
- index.project.firefoxreality.master
payload:
maxRunTime: 14400
image: 'mozillamixedreality/firefoxreality:200316-SDK29'
Expand Down

1 comment on commit 40922b0

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Taskcluster-GitHub attempted to create a task for this event with the following scopes:

[
  "assume:repo:github.com/MozillaReality/FirefoxReality:branch:master",
  "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:

queue:route:index.project.firefoxreality.master

This request requires the client to satisfy the following scope expression:

{
  "AllOf": [
    "secrets:get:project/firefoxreality/fr/github-deploy-key",
    "secrets:get:project/firefoxreality/fr/staging-signing-token",
    "secrets:get:project/firefoxreality/fr/symbols-token",
    "secrets:get:project/firefoxreality/fr/mls-key",
    "queue:route:notify.email.fxr-releng@mozilla.com.on-any",
    "queue:route:index.project.firefoxreality.master",
    "queue:route:checks",
    "queue:scheduler-id:taskcluster-github",
    {
      "AnyOf": [
        "queue:create-task:highest:proj-firefoxreality/ci-linux",
        "queue:create-task:very-high:proj-firefoxreality/ci-linux",
        "queue:create-task:high:proj-firefoxreality/ci-linux",
        "queue:create-task:medium:proj-firefoxreality/ci-linux",
        "queue:create-task:low:proj-firefoxreality/ci-linux",
        "queue:create-task:very-low:proj-firefoxreality/ci-linux",
        "queue:create-task:lowest:proj-firefoxreality/ci-linux"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2020-05-20T21:53:57.194Z

Please sign in to comment.