-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 ceph rbd kernel driver to arm iso #16019
add ceph rbd kernel driver to arm iso #16019
Conversation
Hi @BlaineEXE. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
Can one of the admins verify this patch? |
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.
Sounds good to me, both arch should have the same features (where possible)
ok-to-build-iso |
Hi @BlaineEXE, building a new ISO failed. |
Hi @BlaineEXE, we have updated your PR with the reference to newly built ISO. Pull the changes locally if you want to test with them or update your PR further. |
6c25656
to
b199e3c
Compare
b199e3c
to
1c5b3b3
Compare
@afbjorklund is there more I need to do? The tide bot says it needs a |
1c5b3b3
to
66e1ead
Compare
@afbjorklund |
Changes looked fine, guess it just didn't get included in the release... @spowelljr can you assist with the rebase/merge ? |
66e1ead
to
6ca0657
Compare
@afbjorklund @spowelljr Looking forward to getting this merged, what is needed? Thanks! |
6ca0657
to
54a4851
Compare
Rebased again and removed the ISO commit. Do I need another |
@spowelljr What is needed? Thanks! |
ok-to-build-iso |
Hi @BlaineEXE, we have updated your PR with the reference to newly built ISO. Pull the changes locally if you want to test with them or update your PR further. |
The Minikube ISO for aarch64 did not contain the Ceph kernel driver build parameters present for the x86_64 build. This is critical for running Rook (https://rook.io) storage on Minikube. Signed-off-by: Blaine Gardner <blaine.gardner@redhat.com>
406a54b
to
1ce5be7
Compare
ok-to-build-iso |
1 similar comment
ok-to-build-iso |
Hi @BlaineEXE, we have updated your PR with the reference to newly built ISO. Pull the changes locally if you want to test with them or update your PR further. |
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
/retest-this-please |
kvm2 driver with docker runtime
Times for minikube start: 51.8s 53.1s 53.8s 52.2s 51.0s Times for minikube (PR 16019) ingress: 28.2s 28.7s 25.2s 28.7s 28.2s docker driver with docker runtime
Times for minikube (PR 16019) start: 24.7s 25.4s 24.8s 24.5s 24.9s Times for minikube ingress: 22.4s 20.9s 20.9s 21.4s 20.9s docker driver with containerd runtime
Times for minikube ingress: 31.4s 21.4s 31.4s 32.4s 19.4s Times for minikube start: 23.5s 23.4s 20.3s 21.6s 23.6s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, BlaineEXE, spowelljr 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 |
The Minikube ISO for aarch64 did not contain the Ceph kernel driver build parameters present for the x86_64 build. This is critical for running Rook (https://rook.io) storage on Minikube.