Skip to content

Commit

Permalink
packit: Build COPR for main commits
Browse files Browse the repository at this point in the history
Build every commit into main into
https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/

We will use that for cross-project testing (e.g. running
cockpit-podman's tests in podman upstream PRs). Users can also install
that to test bug fixes and new features after they landed, but before
they got released.
  • Loading branch information
martinpitt committed Jul 31, 2023
1 parent 23b2c09 commit d426611
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-8-x86_64

- job: tests
trigger: pull_request
targets:
Expand All @@ -51,6 +51,13 @@ jobs:
- sh -exc "curl -L -O https://github.com/cockpit-project/cockpit-podman/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.xz"

- job: copr_build
trigger: commit
branch: "^main$"
owner: "@cockpit"
project: "main-builds"
preserve_project: True

- job: propose_downstream
trigger: release
dist_git_branches:
Expand Down

0 comments on commit d426611

Please sign in to comment.