OCPBUGS-77281: Add exception for GCE CSI driver images#30870
OCPBUGS-77281: Add exception for GCE CSI driver images#30870jsafrane wants to merge 1 commit intoopenshift:mainfrom
Conversation
The image does not have ppc64le nor s390x version, because those are not supported on GCE.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@jsafrane: This pull request references Jira Issue OCPBUGS-77281, 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 |
|
@jsafrane: This pull request references Jira Issue OCPBUGS-77281, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (wduan@redhat.com), skipping review request. 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis change adds a new permanent exception for the GCP CSI driver image to the multi-architecture manifest verification list, documenting that upstream GCE PD CSI driver images lack support for ppc64le and s390x architectures. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan for PR comments
Comment |
|
@jsafrane: This pull request references Jira Issue OCPBUGS-77281, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (wduan@redhat.com), skipping review request. 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. |
|
Scheduling required tests: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jsafrane, smg247 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@jsafrane: 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. |
GCE does not support ppc64le nor s390x, so they don't publish driver images for these platforms.
We get this image transitively via Kubernetes that runs the driver to test GCE integrations. We don't run these e2e tests in OCP.
Just document the exception. see openshift/release#76171 for the effective exception.
Summary by CodeRabbit