update makefile on oadp-dev to work with arm64#2084
update makefile on oadp-dev to work with arm64#2084openshift-merge-bot[bot] merged 1 commit intoopenshift:oadp-devfrom
Conversation
WalkthroughMakefile changes update the catalog-build target to use file-based catalog (FBC) generation instead of opm index add semver, explicitly push catalog images via docker-push in the catalog-push target, and enhance deploy-olm timeout diagnostics with CatalogSource and pod logs. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Comment |
|
@weshayutin: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, shubham-pampattiwar, weshayutin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/override ci/prow/4.21-e2e-test-aws |
|
/override ci/prow/4.21-e2e-test-aws |
|
@kaovilai: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn 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-sigs/prow repository. |
|
@kaovilai: Overrode contexts on behalf of kaovilai: ci/prow/4.21-e2e-test-aws DetailsIn 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-sigs/prow repository. |
304752e
into
openshift:oadp-dev
fixes
fixes issue: 2083
Why the changes were made
How to test the changes made
The key fix is that the docker build command now uses $(DOCKER_BUILD_ARGS) which includes --platform=linux/arm64 for this ARM64 cluster, ensuring the catalog image contains the correct architecture opm binary.
make deploy-olm on arm64 cluster.