-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add arm64 preferences and test coverage #170
Conversation
Skipping CI for Draft Pull Request. |
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.
IMO we should outline that if not otherwise stated common-instancetypes
are implicitly x86? WDYT?
Yup I'll document that but most of the instance types should be generic enough to work for both. |
@lyarwood Right, I meant the preferences of common-instancetypes. |
/test pull-common-instancetypes-kubevirt-functest-fedora-arm64 |
@lyarwood: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In 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. |
84de340
to
f7ac9e2
Compare
/test pull-common-instancetypes-kubevirt-functest-fedora |
/test pull-common-instancetypes-kubevirt-functest-fedora-arm64 |
/test pull-common-instancetypes-kubevirt-functest-fedora-arm64 |
/test pull-common-instancetypes-kubevirt-functest-ubuntu-arm64 |
Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
/test pull-common-instancetypes-kubevirt-functest-ubuntu-arm64 |
/test pull-common-instancetypes-kubevirt-functest-opensuse-leap-arm64 |
/test pull-common-instancetypes-kubevirt-functest-centos-stream-9 |
@lyarwood: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In 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. |
/test pull-common-instancetypes-kubevirt-functest-centos-stream-arm64 |
This commit also adds some missing functional test coverage for RHEL. As with the full blown Windows tests these will not run upstream. Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
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.
/approve
/lgtm
Thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 0xFelix The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
This PR introduces the following
arm64
specific preferences:fedora.arm64
rhel.9.arm64
Test coverage is also introduced for using the following preferences with
arm64
VirtualMachines
as there are no changes required:ubuntu
opensuse.leap
centos.stream9
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: