Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Merge #282
Browse files Browse the repository at this point in the history
282: Bump version to v2.0.3 r=tiftran a=rehandalal

Once #281 is merged we can land this.

r?

Co-authored-by: Rehan Dalal <rehandalal@gmail.com>
  • Loading branch information
bors[bot] and rehandalal authored Jun 29, 2020
2 parents c0f1431 + 4925ee4 commit edc5ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normandy-devtools",
"version": "2.0.2",
"version": "2.0.3",
"description": "A set of tools for interacting with the Firefox Normandy client",
"homepage_url": "https://github.com/mozilla/normandy-devtools",
"private": true,
Expand Down

1 comment on commit edc5ad5

@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-extensions/normandy-devtools:tag:v2.0.3",
  "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:

assume:repo:github.com/mozilla-extensions/normandy-devtools:branch:v2.0.3

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

{
  "AllOf": [
    "assume:repo:github.com/mozilla-extensions/normandy-devtools:branch:v2.0.3",
    "queue:route:checks",
    "queue:route:index.xpi.v2.normandy-devtools.revision.edc5ad536540ed3aa6d851bf24a070105554a2d9.taskgraph.decision",
    "queue:scheduler-id:xpi-level-1",
    {
      "AnyOf": [
        "queue:create-task:highest:xpi-1/decision",
        "queue:create-task:very-high:xpi-1/decision",
        "queue:create-task:high:xpi-1/decision",
        "queue:create-task:medium:xpi-1/decision",
        "queue:create-task:low:xpi-1/decision",
        "queue:create-task:very-low:xpi-1/decision",
        "queue:create-task:lowest:xpi-1/decision"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2020-06-29T18:20:46.365Z

Please sign in to comment.