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

Update capd presubmit job definition #13366

Merged
merged 4 commits into from
Jul 10, 2019
Merged

Update capd presubmit job definition #13366

merged 4 commits into from
Jul 10, 2019

Conversation

ashish-amarnath
Copy link
Contributor

Signed-off-by: Ashish Amarnath [email protected]

/assign @chuckha

  • switch to an image with docker binaries
  • start the docker daemon prior to starting verify-all.sh

I think this should allow us to run docker in docker. Need to confirm runner.sh starts the docker daemon.

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jul 9, 2019
@k8s-ci-robot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

@k8s-ci-robot k8s-ci-robot added area/config Issues or PRs related to code in /config sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 9, 2019
@k8s-ci-robot k8s-ci-robot requested review from justinsb and vincepri July 9, 2019 06:04
@@ -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
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Member

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.

Copy link
Member

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?

Copy link
Contributor Author

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?

Copy link
Contributor Author

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.

Copy link
Member

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

Copy link
Contributor Author

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

@ashish-amarnath ashish-amarnath changed the title [WIP] Update capd presubmit job definition Update capd presubmit job definition Jul 9, 2019
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 9, 2019
@BenTheElder
Copy link
Member

Needs the preset-dind-enabled 😅

Signed-off-by: Ashish Amarnath <[email protected]>
@chuckha
Copy link
Contributor

chuckha commented Jul 9, 2019

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jul 9, 2019
@BenTheElder
Copy link
Member

looks right to me 👍

@chuckha
Copy link
Contributor

chuckha commented Jul 9, 2019

/lgtm

please reassign if you are busy! i've just interacted with you the most here

/assign @Katharine

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 9, 2019
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 507f1337b5e3f8eb956f5aaff2e5f90b57405e8b

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 10, 2019
Signed-off-by: Ashish Amarnath <[email protected]>
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 10, 2019
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: ab27ec466d6cc7bce5bf94b4e5b046bbca348a4b

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 10, 2019
@ashish-amarnath
Copy link
Contributor Author

/test pull-test-infra-bazel

@k8s-ci-robot k8s-ci-robot merged commit 2edc42c into kubernetes:master Jul 10, 2019
@k8s-ci-robot
Copy link
Contributor

@ashish-amarnath: Updated the job-config configmap in namespace default using the following files:

  • key cluster-api-provider-docker-presubmits.yaml using file config/jobs/kubernetes-sigs/cluster-api-provider-docker/cluster-api-provider-docker-presubmits.yaml

In response to this:

Signed-off-by: Ashish Amarnath [email protected]

/assign @chuckha

  • switch to an image with docker binaries
  • start the docker daemon prior to starting verify-all.sh

I think this should allow us to run docker in docker. Need to confirm runner.sh starts the docker daemon.

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.

@ashish-amarnath ashish-amarnath deleted the update-capd-presubmit branch July 10, 2019 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/config Issues or PRs related to code in /config 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. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants