Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packit: Build PRs into default packit COPRs
Building all PRs of all container projects into the same COPR does not properly isolate PRs from each other: E.g. a podman PR currently runs against whichever crun PR was opened/updated last; in other words, sending a broken crun PR will instantly break tests for all subsequent podman runs. To avoid that, change the copr_build configuration to use the default transient COPRs. Depending projects like podman should only run against what landed in crun/main, i.e. the podman-next COPR. Note that this does not preclude testing a podman PR against a crun PR: This can be explicitly requested [1]. But most PRs don't change the API and thus should default to isolation. [1] https://packit.dev/posts/testing-farm-triggering Signed-off-by: Martin Pitt <[email protected]>
- Loading branch information