Skip to content

Commit

Permalink
Version 1.3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Jul 25, 2024
1 parent 5580b68 commit 6fea5d7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.31
1.3.32
2 changes: 1 addition & 1 deletion bot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.31
1.3.32
2 changes: 1 addition & 1 deletion events/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.31
1.3.32
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-coverage-reports",
"version": "1.3.31",
"version": "1.3.32",
"description": "Mozilla Code Coverage frontend",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion report/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.31
1.3.32

1 comment on commit 6fea5d7

@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!

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

["assume:repo:github.com/mozilla/code-coverage:tag:1.3.32","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:

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

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

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

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-07-25T21:46:23.662Z

Please sign in to comment.