-
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
addon: add addon for volcano #18602
addon: add addon for volcano #18602
Conversation
Hi @ComradeProgrammer. 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? |
/ok-to-test |
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.
lets add auto updater for this addon so when there is a new verison it should update itself
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.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@ComradeProgrammer we could add the auto updater for the addon in a follow up PR |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ComradeProgrammer, medyagh 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 |
it seems like the arm64 test all fail so we shoudl tell users this is NOT supported for arm64 so they dont enable it |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
0969979
to
7559bdb
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7559bdb
to
eddd193
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
kvm2 driver with docker runtime
Times for minikube ingress: 27.5s 24.5s 28.0s 28.0s 28.0s Times for minikube start: 49.7s 54.6s 50.7s 50.0s 49.7s docker driver with docker runtime
Times for minikube start: 23.0s 20.4s 20.9s 21.4s 23.7s Times for minikube ingress: 21.3s 21.8s 21.8s 21.8s 21.8s docker driver with containerd runtime
Times for minikube start: 23.2s 20.4s 21.6s 23.2s 21.3s Times for minikube ingress: 31.8s 31.8s 32.3s 32.3s 31.8s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
Based on #13876
Add volcano addon, together with Invalid integration test fixed and incorrect manifest digest changed.
A auto updater is also added.