-
Notifications
You must be signed in to change notification settings - Fork 37
[Virt] Add s390x centos images #1212
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
Conversation
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 You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Report bugs in Issues The following are automatically added:
Available user actions:
PR will be approved when the following conditions are met:
Approvers and Reviewers
Supported /retest check runs
Supported labels
|
Report bugs in Issues The following are automatically added:
Available user actions:
PR will be approved when the following conditions are met:
Approvers and Reviewers
Supported /retest check runs
Supported labels
|
rhel_os_matrix = generate_os_matrix_dict(os_name="rhel", supported_operating_systems=["rhel-9-5"]) | ||
fedora_os_matrix = generate_os_matrix_dict(os_name="fedora", supported_operating_systems=["fedora-41"]) | ||
centos_os_matrix = generate_os_matrix_dict(os_name="centos", supported_operating_systems=["centos-stream-9"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of duplicating it in all global_config_arch for s390x and x86 , have it in global_config.py . global config should take care of rest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we moved it out of global_config into arch specific config for a reason.
not all arch will have those matrix (for e.g. arm64 doesn't have centos images now)
so moving it to global_config means arm test run will also get it (and will cause potential issues)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://quay.io/repository/centos/centos?tab=tags but this shows arm64 images for centos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@geetikakay we cannot assume we have image support for all architectures. it should be easy to see (under the relevant arch file what is supported). for multi-arch we will need to some more work)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rnetser thanks for explaining it better, I agree we should handle based on arch but noticed that centos and fedora are same across all global_config files irrespective of arch so just want to avoid duplication.
Regarding centos arm, since we already have an effort to support and run ARM setup's, would it make sense to follow this in a jira ticket?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any effort should be tracked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some references can be find here : https://issues.redhat.com/browse/CNV-24604 & https://quay.io/repository/containerdisks/centos-stream?tab=tags
/approve |
/verified |
New container for quay.io/openshift-cnv/openshift-virtualization-tests:s390x published |
Short description:
Adds centos images for s390x tests
More details:
What this PR does / why we need it:
Adds centos images for s390x tests
Which issue(s) this PR fixes:
Special notes for reviewer:
jira-ticket: