Skip to content
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

Fix Kubeadm e2e Tests #4684

Merged
merged 8 commits into from
Sep 22, 2017
Merged

Conversation

jessicaochen
Copy link
Member

No description provided.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Sep 21, 2017
@jessicaochen
Copy link
Member Author

/test periodic-kubernetes-e2e-kubeadm-gce-1-7

@jessicaochen
Copy link
Member Author

/test pull-kubernetes-e2e-kubeadm-gce

@jessicaochen
Copy link
Member Author

/ok-to-test

@jessicaochen
Copy link
Member Author

/test pull-kubernetes-bazel-build

@jessicaochen jessicaochen changed the title Fixkubeadmworking [Work In Progress][Do Not Review] Fix Kubeadm e2e Tests Sep 21, 2017
@jessicaochen
Copy link
Member Author

/cc @krousey @pipejakob

@jessicaochen
Copy link
Member Author

/assign @krousey @pipejakob

jobs/config.json Outdated
@@ -8180,6 +8180,7 @@
"--kubernetes-anywhere-kubelet-ci-version=latest",
"--kubernetes-anywhere-kubernetes-version=ci/latest",
"--provider=kubernetes-anywhere",
"--tag=latest",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this --tag flag is not going to work for prow jobs..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will remove

@krzyzacy
Copy link
Member

rerun a ci job is trickier, you need to go to places like http://prow.k8s.io/?type=periodic&job=periodic-kubernetes-e2e-kubeadm-gce-1-7 and hit rerun, and go into prow cluster to run the kubectl command.

@pipejakob
Copy link
Contributor

As discussed offline, I believe all of the --tag=latest flags will be inert for our jobs, since we use kubernetes_e2e's LocalMode instead of DockerMode. Aside from that, LGTM as long as it works :-).

@krzyzacy
Copy link
Member

--tag=latest only works for docker mode :-) you want to change to e2e-kubeadm:latest in prow/config.json

@krousey
Copy link
Contributor

krousey commented Sep 21, 2017

LGTM from my point of view after the tags are removed.

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Sep 22, 2017
@krzyzacy
Copy link
Member

/lgtm

either bump the image tag, or change that to :latest I guess

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 22, 2017
@jessicaochen
Copy link
Member Author

@krzyzacy could you merge and bump the kubekins image to pickup the kubetest changes? I can bump the kubeadm image to pickup the changes afterwards (unless you feel like taking care of this as well).

@krzyzacy
Copy link
Member

krzyzacy commented Sep 22, 2017

@jessicaochen you can simply cd ./jenkins/e2e-images and make push to get a new kubekins image. (and bump https://github.com/kubernetes/test-infra/blob/master/images/kubeadm/Dockerfile#L15, commit, then push the kubeadm image)

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 22, 2017
@jessicaochen
Copy link
Member Author

@krzyzacy

Good to know bumping kubekins does not require special steps. I bumped the images. Look good for merge?

@krzyzacy krzyzacy merged commit 7c88627 into kubernetes:master Sep 22, 2017
@k8s-ci-robot
Copy link
Contributor

@jessicaochen: I updated Prow config for you!

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.

@krzyzacy
Copy link
Member

🤞

@jessicaochen jessicaochen deleted the fixkubeadmworking branch September 27, 2017 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants