-
Notifications
You must be signed in to change notification settings - Fork 716
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
Release branches e2e's should use k8s from release branches #237
Comments
@pipejakob This is fixed, right? |
@pipejakob ping. |
@pipejakob ping |
This will be fixed by kubernetes/test-infra#2761. The reviewer requested some changes that I haven't had time to address yet. It's definitely in my queue. |
@pipejakob I updated the issue description to count both for v1.6 and v1.7 |
kubernetes/test-infra#2761 has been merged, and our https://k8s-testgrid.appspot.com/google-gce#gce-kubeadm-1.6 |
Thank you a lot @pipejakob for fixing that! |
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT (of e2e test)
Our kubeadm e2e test that runs against the release-1.6 branch currently specifies
--kubernetes-version latest
when initializing the cluster. This is probably the correct behavior for our tests against themaster
branch, but this should really belatest-1.6
for the release-1.6 job, which will require new plumbing to kubetest.Relevant part of kubetest: https://github.com/kubernetes/test-infra/blob/ab9c9911b771807f179e4cbab80b883042f27ba4/kubetest/anywhere.go#L53
The 1.6 job on testgrid: https://k8s-testgrid.appspot.com/release-1.6-blocking#kubeadm-gce-1.6
The text was updated successfully, but these errors were encountered: