Opened at 2021-10-26T17:54:48Z
Closed at 2021-10-27T14:23:54Z
#3829 closed defect (fixed)
Redundant jobs often run anyway, using up more GitHub Actions minutes than necessary
Reported by: | exarkun | Owned by: | exarkun |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
If a developer is working on a branch and pushes commit A, notices an error from one job on CI, fixes it, then pushes commit B then all of the remaining commit A jobs are probably irrelevant. The jobs all need to run for commit B and those results will all supersede the results of jobs for commit A.
Thus, in this situation, jobs for commit A should be aborted as soon as commit B is pushed.
Change History (1)
comment:1 Changed at 2021-10-27T14:23:54Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In dd29efc/trunk: