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

The number of Koji build jobs triggered when using sidetags can be overwhelming #2527

Closed
nforro opened this issue Sep 12, 2024 · 0 comments · Fixed by #2588
Closed

The number of Koji build jobs triggered when using sidetags can be overwhelming #2527

nforro opened this issue Sep 12, 2024 · 0 comments · Fixed by #2588
Assignees
Labels
area/fedora Related to Fedora ecosystem 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 Sep 12, 2024

For example, this is from the last release of Packit:

sidetags

There are two issues here:

  • The builds without a task ID are in skipped state because of missing dependencies, but perhaps it could be possible to check for the dependencies earlier and not record the builds in the DB at all.
  • The purple builds with a task ID are in pending state, but they shouldn't be there at all, each of them complements a successful build that was for some reason triggered for a second time. Another issue is that their state should be error rather than pending (the tasks failed with GenericError: Build already in progress).
@lachmanfrantisek lachmanfrantisek added kind/bug Something isn't working. area/fedora Related to Fedora ecosystem complexity/single-task Regular task, should be done within days. impact/low This issue impacts only a few users. gain/low This doesn't bring that much value to users. labels Sep 16, 2024
@lachmanfrantisek lachmanfrantisek moved this from new to priority-backlog in Packit Kanban Board Sep 16, 2024
@mfocko mfocko moved this from priority-backlog to refined in Packit Kanban Board Oct 17, 2024
@nforro nforro self-assigned this Oct 18, 2024
@nforro nforro moved this from refined to in-progress in Packit Kanban Board Oct 18, 2024
@github-project-automation github-project-automation bot moved this from in-progress to done in Packit Kanban Board Oct 22, 2024
@github-project-automation github-project-automation bot moved this from in-progress to done in Packit Kanban Board Oct 22, 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 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
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants