-
Notifications
You must be signed in to change notification settings - Fork 261
Add ppc64le binary to the published OPM binaries #631
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
Add ppc64le binary to the published OPM binaries #631
Conversation
|
Hi @aemperador. Thanks for your PR. I'm waiting for a operator-framework member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aemperador 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 |
3a2cd3e to
58c4d77
Compare
Codecov Report
@@ Coverage Diff @@
## master #631 +/- ##
=======================================
Coverage 52.07% 52.07%
=======================================
Files 103 103
Lines 9092 9092
=======================================
Hits 4735 4735
Misses 3449 3449
Partials 908 908 Continue to review full report at Codecov.
|
58c4d77 to
830ea1a
Compare
Signed-off-by: aemperador <alexis.emperador@ibm.com>
830ea1a to
b3aea3f
Compare
…try into aemperador/add-ppc64le-opm-binary
|
@aemperador: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@aemperador: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@estroz @timflannagan unsure how to re-run tests, but it looks like the podman install failed |
|
/ok-to-test |
|
/retest |
|
/test e2e-minikube |
|
@ankitathomas: No presubmit jobs available for operator-framework/operator-registry@master In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test e2e-minikube |
|
/retest |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aemperador 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 |
|
/retest |
|
/test e2e-minikube |
|
@aemperador: No presubmit jobs available for operator-framework/operator-registry@master In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
You may need to either rebase this PR to pick up any changes made to the CI environment or open/close the PR to recycle the checks. |
|
will re-open |
@timflannagan I pulled in master earlier today. do I need to do anything else? |
|
I haven't poked around the PR contents (my brain is fried for the day) but it looks like there are a couple of merge commits here, and we typically don't utilize merge commits. By default, our automatic merging tool squashes PR commit(s) into a single commit, so the merge commits amended to that squashed commit is the only thing I can think of outside of the DCO check, which appears to be passing so we're good there. |
|
@timflannagan all appears to be passing. Could it be reviewed now? |
|
@timflannagan please let me know who can review. we need this to unblock @mayurwaghmode |
|
Apologies - what's the use case here? You want to be able to build opm during CI environments? I was under the impression that since this repository had integrated goreleaser, we were producing multi-arch (including ppc) binaries and those binaries are attached to specific minor version releases. |
|
Hmm, interesting it looks like we don't produce individual multi-arch binaries as we don't use goreleaser during the release workflow, which is triggered when new tags are created. We do however produce multi-arch opm container images, but I don't think that's as useful here. @joelanford Any idea on why we don't use goreleaser to also build and attach multi-arch binaries to the releases? |
|
We didn't switch over to GoReleaser for the GitHub Actions release builds because we currently use a macOS github actions build host. In my original GoReleaser PR, it actually did use GoReleaser for the release binaries, but we had to revert that piece of the PR because it depended on an unlicensed macOS cross-compiler running on a Linux host (Apple typically doesn't permit using XCode and related libraries to cross-compile from non-mac to mac). We could consider using GoReleaser for all Linux and Windows builds and stick with the separate macOS runner for mac builds. We could have the GoReleaser job publish a draft release, and then have the mac job upload the additional binary to that release. In the meantime, the workaround would be to use (or extract the binary from) the |
|
@mayurwaghmode please see above. will that solve your dependency issue? @joelanford when do you think the change could be made to GoReleaser to also publish the ppc64le binary? |
|
@aemperador this is not a priority for any of the core maintainers at this time, so there's no estimate on when these changes will happen. If this is a high priority for you and your team, we would accept (and be very appreciative of) contributions and could help guide the implementation and provide review. The original PR is here #710. The first commit has goreleaser publishing the binaries. The second commit is where we reverted that due to Apple's licensing restrictions. We've since made further refinements, but it should help anyone wanting to work on this. |
|
@joelanford thank you for your help. I will defer to @mayurwaghmode to see if the quay image satisfies his requirement, if not I'll prioritize GoReleaseer. |
|
will update GoReleaser instead. Closing. |
Description of the change:
Add PPC64LE to published OPM binaries
Motivation for the change:
We want to use OPM as a pre-built binary for PPC64LE enabled operators to remove the complexity of building the binary from our build processes.
Reviewer Checklist
/docs