-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Update capd presubmit job definition #13366
Update capd presubmit job definition #13366
Conversation
Signed-off-by: Ashish Amarnath <[email protected]>
Hi @ashish-amarnath. 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. |
@@ -8,6 +8,10 @@ presubmits: | |||
decorate: true | |||
spec: | |||
containers: | |||
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190703-1f4d616-master | |||
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190703-1f4d616-experimental |
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.
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.
FYI this will track what versions of tools test-infra has, versus what version of tools kubernetes/kubernetes has on the master branch
that may be what you want, but just a heads up there. these images are regularly updated.
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 is very likely not what you want, and may lead to us breaking you at any time. Why do you want experimental
?
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 was copied from another job. Do you have an alternate tag that you would like me to use?
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.
The reason for the image name change is to be able to use docker in docker. So we need docker binaries built into the image.
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.
master
should have docker binaries in it already:
ktbry@ktbry2 ~> docker run --rm -it --entrypoint /bin/bash gcr.io/k8s-testimages/kubekins-e2e:v20190703-1f4d616-master
root@599eae9b66f7:/workspace# docker version
Client:
Version: 18.09.6
API version: 1.39
Go version: go1.10.8
Git commit: 481bc77
Built: Sat May 4 02:36:00 2019
OS/Arch: linux/amd64
Experimental: false
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.
I might have done something wrong. Thanks for checking this for me :)
I've reverted the image name change. PTAL
Needs the preset-dind-enabled 😅 |
Signed-off-by: Ashish Amarnath <[email protected]>
/ok-to-test |
looks right to me 👍 |
/lgtm please reassign if you are busy! i've just interacted with you the most here /assign @Katharine |
LGTM label has been added. Git tree hash: 507f1337b5e3f8eb956f5aaff2e5f90b57405e8b
|
Signed-off-by: Ashish Amarnath <[email protected]>
LGTM label has been added. Git tree hash: ab27ec466d6cc7bce5bf94b4e5b046bbca348a4b
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashish-amarnath, Katharine 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 pull-test-infra-bazel |
@ashish-amarnath: Updated the
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. |
Signed-off-by: Ashish Amarnath [email protected]
/assign @chuckha
verify-all.sh
I think this should allow us to run docker in docker. Need to confirm
runner.sh
starts the docker daemon.