Closed Bug 1594770 Opened 5 years ago Closed 5 years ago

Github integration ignores unfinished re-run tasks

Categories

(Taskcluster :: Services, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1465161

People

(Reporter: jdm, Unassigned)

Details

In a given task group for servo, when I re-run a task that failed while other tasks are still in progress then the PR is merged when those other tasks complete, even if the re-run task is still running. I'm guessing there's logic somewhere that sees that all tasks received a completion status, and the latest run of the failed task does not contain a failure status, so it decides that all tasks are complete.

Component: General → Services
Flags: needinfo?(bugzeeeeee)

the taskcluster app uses github's Statuses api - in that part of the codebase, taskcluster app ignores the re-ran and re-triggered tasks. We started some work on using Checks API, which would allow, among other things, redesign this particular part, but for the most of this year our team was working on more pressing things. I guess this bug could be added to the Checks tracking bug, or even marked as duplicate of this one https://bugzilla.mozilla.org/show_bug.cgi?id=1465161

Flags: needinfo?(bugzeeeeee)
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.