-
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
test: add integration test cases for minikube image build #15163
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? |
f43334c
to
c08455c
Compare
Thank you for the suggestions given in the review. All suggestions have been taken, and revisions have been made accordingly. |
Hi @ComradeProgrammer, can you take a look at the lint errors. It looks like you're using the |
c08455c
to
aec0896
Compare
Thanks a lot, lint errors and comments has been fixed |
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.
Looks good, could you just run make generate-docs
and push up the documentation changes, thanks
aec0896
to
c970512
Compare
docs has been added |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube ingress: 28.2s 24.7s 24.7s 28.7s 29.2s Times for minikube start: 55.6s 55.6s 55.1s 54.6s 53.3s docker driver with docker runtime |
I saw there are so many errors in the test, are these failures caused by my pr? |
Is there anything that I should do next? @spowelljr |
c970512
to
e74ab45
Compare
kvm2 driver with docker runtime
Times for minikube (PR 15163) start: 53.5s 55.8s 53.9s 55.3s 54.2s Times for minikube ingress: 27.8s 28.8s 28.2s 28.3s 25.2s docker driver with docker runtime
Times for minikube ingress: 81.0s 20.5s 21.5s 22.0s 19.0s Times for minikube start: 25.4s 25.7s 29.7s 27.2s 28.5s docker driver with containerd runtime
Times for minikube start: 25.4s 26.0s 22.7s 22.4s 22.4s Times for minikube ingress: 26.5s 26.0s 26.0s 26.0s 27.0s |
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. |
e74ab45
to
85c4d88
Compare
please trigger the test again. Just limited the test on docker engines(not containered). Thanks. @spowelljr |
kvm2 driver with docker runtime
Times for minikube start: 55.0s 54.6s 54.6s 54.6s 54.0s Times for minikube ingress: 24.2s 29.6s 28.2s 28.7s 28.1s docker driver with docker runtime
Times for minikube start: 27.2s 24.8s 25.4s 25.8s 24.6s Times for minikube ingress: 50.0s 21.9s 21.0s 19.5s 21.9s docker driver with containerd runtime
Times for minikube (PR 15163) start: 21.1s 22.1s 21.6s 22.5s 22.2s Times for minikube (PR 15163) ingress: 26.4s 26.4s 26.4s 26.4s 26.4s |
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. |
Well I think it seems that everything is fine now, is there any other suggestion? |
Anything I need to do next? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ComradeProgrammer, medyagh, 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 |
test: add 5 integration test cases for "minikube image build"
part of #12436
test 1: normal test case for minikube image build, with -t parameter
test 2: normal test case for minikube image build, with -t and -f parameter
test 3: build with --build-opt, test case for bug in #12384
test 4: build with --build-env, for bug in #12431
test 5: build with .dockerignore