-
Notifications
You must be signed in to change notification settings - Fork 5k
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 volcano addon #13876
[Addon] add volcano addon #13876
Conversation
Can one of the admins verify this patch? |
Hi @hwdef, thanks for your PR! It would be important to add integration tests for this addon to ensure that it's working and we can detect if it breaks in the future, thanks! |
a433114
to
1745db8
Compare
@spowelljr |
You didn't add new functions, but you did add an entirely new addon to the project. For example if For example, here is how we test the GCP addon: minikube/test/integration/addons_test.go Line 600 in 03b5bb7
|
4244163
to
f81eeda
Compare
Thanks for your guidance, I have added the test |
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5d0e694
to
45179da
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. 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/test-infra repository. |
Is this still need? Can we continue on it? |
@lowang-bh It needs a rebase, I tried but I don't have write permission to their repo |
@hwdef Are you still working on this? |
I didn't push any further, I couldn't pass all the test bots. But I've tested my code locally with no issues. You can use my code if you want to continue. |
retrigger ci @minikube-bot |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: hwdef The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
kvm2 driver with docker runtime
Times for minikube start: 48.1s 49.2s 50.6s 50.7s 50.8s Times for minikube ingress: 27.7s 23.7s 27.1s 28.2s 27.1s docker driver with docker runtime
Times for minikube start: 22.2s 25.4s 22.7s 24.7s 24.8s Times for minikube ingress: 20.8s 20.9s 21.8s 20.8s 20.4s docker driver with containerd runtime
Times for minikube start: 23.4s 23.2s 22.0s 21.4s 23.7s Times for minikube ingress: 31.4s 31.3s 31.4s 46.3s 31.3s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Add addon for volcano