OCPBUGS-88483: MCO: Use arm64-latest pattern in the arm64 jobs#80466
OCPBUGS-88483: MCO: Use arm64-latest pattern in the arm64 jobs#80466sergiordlr wants to merge 1 commit into
Conversation
WalkthroughThree Machine Config Operator periodic job configurations for OCP versions 4.22, 4.23, and 5.0 are updated to introduce ChangesMCO ARM64 Release and Test Configuration
Possibly related PRs
Suggested labels
Suggested reviewers
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: isabella-janssen, sergiordlr 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 |
|
/retitle OCPBUGS-88483: MCO: Use arm64-latest pattern in the arm64 jobs |
|
@sergiordlr: This pull request references Jira Issue OCPBUGS-88483, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@isabella-janssen: This pull request references Jira Issue OCPBUGS-88483, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/pj-rehearse periodic-ci-openshift-machine-config-operator-release-5.0-arm64-periodics-e2e-aws-mco-disruptive-techpreview-3of3 periodic-ci-openshift-machine-config-operator-release-4.22-arm64-periodics-e2e-aws-mco-disruptive-techpreview-2of3 periodic-ci-openshift-machine-config-operator-release-4.22-arm64-periodics-e2e-aws-mco-disruptive-techpreview-1of3 |
|
@sergiordlr: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.23-arm64-periodics-e2e-aws-mco-disruptive-techpreview-1of3 |
|
@sergiordlr: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@sergiordlr: job(s): either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.22-arm64-periodics-e2e-aws-mco-disruptive-techpreview-2of3 |
|
@sergiordlr: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@sergiordlr: The following tests 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. |
upi-installer image is only created for amd64. When the
mco-conf-day2-add-mcoqe-robot-to-pull-secretstep injects "cli: latest" into the upi-installer image there is an architecture mismatch. The cli is arm64, but the upi-installer image is amd64. Hence the multiarch-tunning-operator doesn't find any common architecture and the step cannot find any nodo to use.After inspecting how other teams solved this issue, it seems that we need to use an
arm64-latestimage to install the cluster and alatestimage for the injection and helper steps.In this PR we modify the arm64 configurations in MCO so that they follow this pattern.
A detailed high-level summary could not be generated for this review. Here is an overview derived from the analyzed file changes: