possible race condition: target branch change after PR creation isn't being accounted for #2403
Labels
area/copr
Related to the integration with copr.fedorainfracloud.org/
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.
What happened? What is the problem?
See: containers/skopeo#2285 . The PR was initially created with the target branch as
main
which was later changed torelease-1.13
. The copr build jobs failed as packit was trying to merge the PR into the upstreammain
branch as set at the time of PR creation.I guess the workaround would be to just submit a new PR with the correct branch from the get-go.
What did you expect to happen?
Example URL(s)
See PR in description.
Steps to reproduce
1. create PR 2. change branch 3. retrigger copr jobs (maybe)
What is the impacted category (job)?
Copr builds
Workaround
Participation
The text was updated successfully, but these errors were encountered: