Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abpostelnicu committed Feb 19, 2021
1 parent f422ca8 commit ac109a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
2 changes: 1 addition & 1 deletion bot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
2 changes: 1 addition & 1 deletion integration/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1

1 comment on commit ac109a2

@firefoxci-taskcluster
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/mozilla/code-review:tag:1.3.1","queue:route:statuses","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:

{
  "AnyOf": [
    "queue:create-task:highest:code-analysis-3/linux",
    "queue:create-task:very-high:code-analysis-3/linux",
    "queue:create-task:high:code-analysis-3/linux",
    "queue:create-task:medium:code-analysis-3/linux",
    "queue:create-task:low:code-analysis-3/linux",
    "queue:create-task:very-low:code-analysis-3/linux",
    "queue:create-task:lowest:code-analysis-3/linux"
  ]
}

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

{
  "AllOf": [
    "queue:route:statuses",
    "queue:scheduler-id:taskcluster-github",
    {
      "AnyOf": [
        "queue:create-task:highest:code-analysis-3/linux",
        "queue:create-task:very-high:code-analysis-3/linux",
        "queue:create-task:high:code-analysis-3/linux",
        "queue:create-task:medium:code-analysis-3/linux",
        "queue:create-task:low:code-analysis-3/linux",
        "queue:create-task:very-low:code-analysis-3/linux",
        "queue:create-task:lowest:code-analysis-3/linux"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2021-02-19T11:12:37.003Z

Please sign in to comment.