Skip to content

Commit

Permalink
Merge branch 'main' into opus_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
eu9ene committed Apr 25, 2024
2 parents 3df7af4 + f8fb376 commit 99128f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/docker/train/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update -qq \
wget \
&& apt-get clean

# Required to download sacrebleu datasets.
# Required to download sacrebleu datasets
RUN pip install sacrebleu

VOLUME /builds/worker/checkouts

1 comment on commit 99128f8

@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/firefox-translations-training:branch:opus_filter","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:scheduler-id:translations-level-1",
    {
      "AnyOf": [
        "queue:create-task:highest:translations-1/decision-gcp",
        "queue:create-task:very-high:translations-1/decision-gcp",
        "queue:create-task:high:translations-1/decision-gcp",
        "queue:create-task:medium:translations-1/decision-gcp",
        "queue:create-task:low:translations-1/decision-gcp",
        "queue:create-task:very-low:translations-1/decision-gcp"
      ]
    }
  ]
}

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

{
  "AllOf": [
    "assume:repo:github.com/mozilla/firefox-translations-training:branch:opus_filter",
    "queue:route:checks",
    "queue:route:tc-treeherder.v2.firefox-translations-training.99128f84cc74ec92b10563f7d25d7251b6b21f89",
    "queue:route:index.translations.v2.firefox-translations-training.latest.taskgraph.decision",
    "queue:route:index.translations.v2.firefox-translations-training.revision.99128f84cc74ec92b10563f7d25d7251b6b21f89.taskgraph.decision",
    "queue:create-task:project:none",
    "queue:scheduler-id:translations-level-1",
    {
      "AnyOf": [
        "queue:create-task:highest:translations-1/decision-gcp",
        "queue:create-task:very-high:translations-1/decision-gcp",
        "queue:create-task:high:translations-1/decision-gcp",
        "queue:create-task:medium:translations-1/decision-gcp",
        "queue:create-task:low:translations-1/decision-gcp",
        "queue:create-task:very-low:translations-1/decision-gcp"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-04-25T17:51:29.133Z

Please sign in to comment.