Skip to content

Commit

Permalink
Bug-1622800 - part 3: Remove unused install-sdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Mar 24, 2020
1 parent c3d37c8 commit 36484d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .taskcluster.yml
Expand Up @@ -252,13 +252,11 @@ tasks:
$if: 'tasks_for == "action"'
then: >
PIP_IGNORE_INSTALLED=0 pip install --user /builds/worker/checkouts/taskgraph &&
taskcluster/scripts/install-sdk.sh &&
ln -s /builds/worker/artifacts artifacts &&
~/.local/bin/taskgraph action-callback
else: >
PIP_IGNORE_INSTALLED=0 pip install --user /builds/worker/checkouts/taskgraph &&
PIP_IGNORE_INSTALLED=0 pip install --user arrow taskcluster pyyaml &&
taskcluster/scripts/install-sdk.sh &&
ln -s /builds/worker/artifacts artifacts &&
~/.local/bin/taskgraph decision
--pushlog-id='0'
Expand Down

1 comment on commit 36484d4

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submitting the task to Taskcluster failed. Details

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

[
  "assume:repo:github.com/mozilla-mobile/firefox-ios:branch:master",
  "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:

{
  "AllOf": [
    "queue:route:index.mobile.firefox-ios.v2.branch.master.latest.taskgraph.decision",
    "queue:route:index.mobile.firefox-ios.v2.branch.master.revision.36484d4bb5a9b73e391b7c1d876299dc7278cc83.taskgraph.decision"
  ]
}

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

{
  "AllOf": [
    "assume:repo:github.com/mozilla-mobile/firefox-ios:branch:master",
    "queue:route:checks",
    "queue:route:tc-treeherder.v2.firefox-ios.36484d4bb5a9b73e391b7c1d876299dc7278cc83",
    "queue:route:index.mobile.firefox-ios.v2.branch.master.latest.taskgraph.decision",
    "queue:route:index.mobile.firefox-ios.v2.branch.master.revision.36484d4bb5a9b73e391b7c1d876299dc7278cc83.taskgraph.decision",
    "queue:scheduler-id:mobile-level-3",
    {
      "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: 2020-03-24T09:01:07.372Z

Please sign in to comment.