-
Notifications
You must be signed in to change notification settings - Fork 51
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
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lsm5 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. |
1 similar comment
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. |
Reusing of targets from epehemeral copr build isn't working well for now. We can revisit target specification once F37 goes EOL. Signed-off-by: Lokesh Mandvekar <[email protected]>
a6d6fc9
to
29f6420
Compare
@@ -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 |
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.
no ppc64le/s390 here?
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.
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
.
@cfergeau good to go. We need this to unblock https://cirrus-ci.com/task/5667616522502144 |
merging this to get the multi arch image builds unblocked. Doesn't affect upstream and packit tasks on PR, so it's safe. |
Reusing of targets from epehemeral copr build isn't working well for now.
We can revisit target specification once F37 goes EOL.