Implement methods for retrieving running jobs #2725
Labels
area/general
Related to whole service, not a specific part/integration.
complexity/single-task
Regular task, should be done within days.
kind/feature
New feature or a request for enhancement.
Implement methods that yield respective jobs to be cancelled, i.e., after retriggering a Copr build, we should get a list of running Copr builds associated with the previous trigger.
Warning
There is a possible issue with retriggering via comments (as they are not the same trigger, i.e., there would be a need to map the PR ID / current commit hash to the latest running builds/tests with the same commit hash).
Considering packit/packit#2534, the methods should return lists of Copr build IDs or Testing Farm request IDs.
For the sake of this card, do not consider subsequent jobs. It will be handled by a follow-up issue.
TODO
before
andafter
which are SHA hashes of the commitsoldrev
attributebefore
andafter
in the same fashion as the GitHubThe text was updated successfully, but these errors were encountered: