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

Packit: add ppc64le and s390x targets for podman-next copr #275

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- job: copr_build
trigger: pull_request
enable_net: true
# keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next
targets: &copr_targets
targets:
- fedora-rawhide-aarch64
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no ppc64le/s390 here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so ppc64le/s390x builds take really long to complete. Adding them on trigger: pull_request would PRs could take forever to merge. That's why I've only added them to trigger: commit.

- fedora-rawhide-x86_64
- fedora-eln-aarch64
Expand All @@ -40,7 +39,23 @@ jobs:
branch: main
owner: rhcontainerbot
project: podman-next
targets: *copr_targets
targets:
- fedora-rawhide-aarch64
- fedora-rawhide-ppc64le
- fedora-rawhide-s390x
- fedora-rawhide-x86_64
- fedora-eln-aarch64
- fedora-eln-ppc64le
- fedora-eln-s390x
- fedora-eln-x86_64
- fedora-39-aarch64
- fedora-39-ppc64le
- fedora-39-s390x
- fedora-39-x86_64
- fedora-38-aarch64
- fedora-38-ppc64le
- fedora-38-s390x
- fedora-38-x86_64

- job: propose_downstream
trigger: release
Expand Down