Skip to content

Commit

Permalink
Bump version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed May 14, 2024
1 parent 6c137a3 commit e47ca31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Test Add-on",
"version": "2.0",
"version": "3.0",
"browser_specific_settings": {
"gecko": {
"id": "test@tests.mozilla.org"
Expand Down
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "privileged",
"version": "2.0",
"version": "3.0",
"scripts": {
"build": "web-ext build -s extension/ --overwrite-dest --filename=privileged.xpi"
},
Expand Down

1 comment on commit e47ca31

@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/privileged-test-xpi:tag:3.0-build1","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/privileged-test-xpi:branch:3.0-build1

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

{
  "AllOf": [
    "assume:repo:github.com/mozilla-extensions/privileged-test-xpi:branch:3.0-build1",
    "queue:route:checks",
    "queue:route:index.xpi.v2.privileged-test-xpi.revision.e47ca3130045e355dc437b08270e9ae2bfa109c3.taskgraph.decision",
    "queue:create-task:project:none",
    "queue:scheduler-id:xpi-level-1",
    {
      "AnyOf": [
        "queue:create-task:highest:xpi-1/decision-gcp",
        "queue:create-task:very-high:xpi-1/decision-gcp",
        "queue:create-task:high:xpi-1/decision-gcp",
        "queue:create-task:medium:xpi-1/decision-gcp",
        "queue:create-task:low:xpi-1/decision-gcp",
        "queue:create-task:very-low:xpi-1/decision-gcp",
        "queue:create-task:lowest:xpi-1/decision-gcp"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-05-14T15:17:42.040Z

Please sign in to comment.