Closed Bug 1595417 Opened 5 years ago Closed 5 years ago

bugbug hooks are failing to fire

Categories

(Taskcluster :: Operations and Service Requests, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: marco, Assigned: dustin)

References

Details

They are failing because of missing scopes, e.g. https://community-tc.services.mozilla.com/hooks/project-relman/bugbug.

{                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
  "AllOf": [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
    "queue:route:notify.email.release-mgmt-analysis@mozilla.com.on-failed",
    "queue:route:notify.irc-channel.#bugbug.on-failed",
    "queue:route:index.project.relman.bugbug.data-pipeline-start",
    {
      "AnyOf": [
        {
          "AllOf": [
            "queue:scheduler-id:-",
            {
              "AnyOf": [
                "queue:create-task:highest:proj-relman/ci",
                "queue:create-task:very-high:proj-relman/ci",
                "queue:create-task:high:proj-relman/ci",
                "queue:create-task:medium:proj-relman/ci",
                "queue:create-task:low:proj-relman/ci",
                "queue:create-task:very-low:proj-relman/ci",
                "queue:create-task:lowest:proj-relman/ci"
              ]
            }
          ]
        },
        {
          "AnyOf": [
            "queue:create-task:proj-relman/ci",
            {
              "AllOf": [
                "queue:define-task:proj-relman/ci",
                "queue:task-group-id:-/A969lgGhTDOw7nNr5lO0bA",
                "queue:schedule-task:-/A969lgGhTDOw7nNr5lO0bA/A969lgGhTDOw7nNr5lO0bA"
              ]
            }
          ]
        }
      ]
    }
  ]
}
Assignee: nobody → dustin

Appled -- that should fix it, but please re-open if not.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED

Thanks, they are firing now, but the tasks themselves are failing because of missing scopes (bug 1595589).

You need to log in before you can comment on or make changes to this bug.