Add arm64 storage class matrix with io2-csi to global_config_arm64#5567
Add arm64 storage class matrix with io2-csi to global_config_arm64#5567rabin-io wants to merge 1 commit into
Conversation
Smoke tests on arm64 crash with IndexError during pytest session start because --storage-class-matrix=io2-csi is passed but io2-csi is not defined in the arm64 global config storage_class_matrix. Signed-off-by: Rabin Yasharzadehe <ryashorz@redhat.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Rabin Yasharzadehe <rabin@redhat.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
Report bugs in Issues Welcome! 🎉This pull request will be automatically processed with the following features: 🔄 Automatic Actions
📋 Available CommandsPR Status Management
Review & Approval
Testing & Validation
Container Operations
Cherry-pick Operations
Branch Management
Label Management
✅ Merge RequirementsThis PR will be automatically approved when the following conditions are met:
📊 Review ProcessApprovers and ReviewersApprovers:
Reviewers:
Available Labels
AI Features
Security Checks
💡 Tips
📌 Additional InformationCustom Commands:
For more information, please refer to the project documentation or contact the maintainers. |
|
/build-and-push-container |
|
New container for quay.io/openshift-cnv/openshift-virtualization-tests:pr-5567 published |
What this PR does / why we need it:
Smoke tests on arm64 crash with
IndexErrorduringpytest_sessionstartbecause--storage-class-matrix=io2-csiis passed by the Jenkins job butio2-csiis not defined in the arm64 global configstorage_class_matrix.This adds the arm64-specific
storage_class_matrix(withio2-csias default) totests/global_config_arm64.py, matching what cnv-4.19+ already have.Traceback:
Which issue(s) this PR fixes:
Fixes new
test-pytest-cnv-4.18-smoke-arm64crash (zero tests ran)Special notes for reviewer:
cnv-4.18 does not have
TRIDENT_CSI_NFSconstant, so onlyio2-csiandhostpath-csi-basicare included (unlike cnv-4.19+ which also has trident).jira-ticket:
🤖 Generated with Claude Code
Assisted-by: Claude noreply@anthropic.com