Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure koji_build job runs don't get stuck in pending state #2616

Open
nforro opened this issue Nov 4, 2024 · 0 comments
Open

Make sure koji_build job runs don't get stuck in pending state #2616

nforro opened this issue Nov 4, 2024 · 0 comments
Labels
area/fedora Related to Fedora ecosystem area/user-experience Usability issue complexity/single-task Regular task, should be done within days. gain/low This doesn't bring that much value to users. impact/low This issue impacts only a few users. kind/bug Something isn't working.

Comments

@nforro
Copy link
Member

nforro commented Nov 4, 2024

koji_build job runs can get stuck in pending state, for example when there is an infrastructure error and Koji doesn't even start the build. This breaks assumptions for the check that is supposed to prevent submitting a build for the same NVR more than once, and makes retriggering impossible.

Unfortunately the solution won't be as simple as the one for bodhi_update jobs because the handler doesn't block and wait for a Koji task to finish, so some sort of a babysitting task will most likely be required.

@lbarcziova lbarcziova added area/fedora Related to Fedora ecosystem area/user-experience Usability issue complexity/single-task Regular task, should be done within days. kind/bug Something isn't working. impact/low This issue impacts only a few users. gain/low This doesn't bring that much value to users. labels Nov 4, 2024
@lbarcziova lbarcziova moved this from new to priority-backlog in Packit Kanban Board Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/fedora Related to Fedora ecosystem area/user-experience Usability issue complexity/single-task Regular task, should be done within days. gain/low This doesn't bring that much value to users. impact/low This issue impacts only a few users. kind/bug Something isn't working.
Projects
Status: priority-backlog
Development

No branches or pull requests

2 participants