-
Notifications
You must be signed in to change notification settings - Fork 43
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
packit: Build PRs into default packit COPRs #1566
Conversation
I'll retry this once to compare. Update: worked ✅ |
Building all PRs of all container projects into the same COPR does not properly isolate PRs from each other. To avoid that, change the copr_build configuration to use the packit default COPRs, which are specific to the particular PR, and disappear after a few weeks. Depending projects should only run against what landed in conmon-rs/main i.e. the podman-next COPR. Signed-off-by: Martin Pitt <[email protected]>
Clippy is fixed in #1562 , so this seems okay now. The centos-stream+epel-next-8 build is still going on (dnf install is ludicrously slow, networking problems?) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks!
/approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thank you!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lsm5, martinpitt, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Building all PRs of all container projects into the same COPR does not properly isolate PRs from each other.
To avoid that, change the copr_build configuration to use the packit default COPRs, which are specific to the particular PR, and disappear after a few weeks. Depending projects should only run against what landed in conmon-rs/main i.e. the podman-next COPR.
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
This is exactly the same as containers/crun#1260 ; please see the discussion there, this change needs to be applied to all container projects, and then all land together. Let's keep all the relevant discussions and tracking in the crun PR please.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Discussed with @lsm5 in containers/crun#1260
Does this PR introduce a user-facing change?