packit-service icon indicating copy to clipboard operation
packit-service copied to clipboard

Re-trigger Copr builds if they were already deleted

Open csomh opened this issue 1 year ago • 0 comments

Normally when using /packit test, Copr builds are not triggered, if they were previously reported as successful. This information though ("previously reported as successful") can go stale when builds are removed by Copr. This will cause the TF run to fail in the installation step.

Packit should call Copr and explicitly check if the builds are still available before running the tests. If they are missing, /packit test should behave as /packit build.

The above logic should probably be also applied when (re-)triggering tests from the GitHub Checks page.

csomh avatar Mar 14 '23 13:03 csomh