Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Version bump to 8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalmeida committed Jan 19, 2021
1 parent b3b785a commit 968f123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
targetSdkVersion 29
versionCode 11 // This versionCode is "frozen" for local builds. For "release" builds we
// override this with a generated versionCode at build time.
versionName "8.11.4"
versionName "8.12.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

multiDexEnabled true
Expand Down

1 comment on commit 968f123

@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-mobile/focus-android:tag:v8.12.0","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:

{
  "AllOf": [
    "assume:repo:github.com/mozilla-mobile/focus-android:branch:refs/tags/v8.12.0",
    "queue:route:notify.irc-channel.#android-ci.on-any",
    {
      "AnyOf": [
        "queue:create-task:highest:mobile-3/decision",
        "queue:create-task:very-high:mobile-3/decision",
        "queue:create-task:high:mobile-3/decision",
        "queue:create-task:medium:mobile-3/decision",
        "queue:create-task:low:mobile-3/decision",
        "queue:create-task:very-low:mobile-3/decision",
        "queue:create-task:lowest:mobile-3/decision"
      ]
    }
  ]
}

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

{
  "AllOf": [
    "assume:repo:github.com/mozilla-mobile/focus-android:branch:refs/tags/v8.12.0",
    "queue:route:notify.irc-channel.#android-ci.on-any",
    "queue:route:statuses",
    "queue:scheduler-id:taskcluster-github",
    {
      "AnyOf": [
        "queue:create-task:highest:mobile-3/decision",
        "queue:create-task:very-high:mobile-3/decision",
        "queue:create-task:high:mobile-3/decision",
        "queue:create-task:medium:mobile-3/decision",
        "queue:create-task:low:mobile-3/decision",
        "queue:create-task:very-low:mobile-3/decision",
        "queue:create-task:lowest:mobile-3/decision"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2021-01-19T21:51:08.723Z

Please sign in to comment.