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

Pickup kind commit that fixes node image building #14948

Merged
merged 1 commit into from
Oct 24, 2019

Conversation

msau42
Copy link
Member

@msau42 msau42 commented Oct 23, 2019

@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. area/config Issues or PRs related to code in /config sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Oct 23, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: msau42

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 Oct 23, 2019
@msau42
Copy link
Member Author

msau42 commented Oct 24, 2019

/assign @davidz627

@@ -506,6 +506,9 @@ for tests in non-alpha alpha; do
args:
- ./.prow.sh
env:
# TODO: change to v0.6.0
Copy link
Contributor

@davidz627 davidz627 Oct 24, 2019

Choose a reason for hiding this comment

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

why is there a TODO on all of these - if necessary please add exit criterea or tracking bug for context

Copy link
Member Author

Choose a reason for hiding this comment

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

Using a specific commit of kind is a workaround until kind releases a new version. Updated with bug reference

@davidz627
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 24, 2019
@k8s-ci-robot k8s-ci-robot merged commit 813e239 into kubernetes:master Oct 24, 2019
@k8s-ci-robot
Copy link
Contributor

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

  • key csi-driver-host-path-config.yaml using file config/jobs/kubernetes-csi/csi-driver-host-path/csi-driver-host-path-config.yaml

In response to this:

Tested new kind version in kubernetes-csi/csi-driver-host-path#106

Fixes: kubernetes-csi/csi-release-tools#38

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 this to the v1.17 milestone Oct 24, 2019
@pohly
Copy link
Contributor

pohly commented Oct 28, 2019

As a stop-gap measure this is okay, but I think it's cleaner to let individual projects pick the version of kind that works for them and what they need kind for.

@msau42
Copy link
Member Author

msau42 commented Oct 28, 2019

As a stop-gap measure this is okay, but I think it's cleaner to let individual projects pick the version of kind that works for them and what they need kind for.

I actually prefer the model where all versions are defined in configs and the prow.sh script itself has as few versions encoded in it as possible. It makes it a lot simpler to apply changes consistently across all repos. I don't see a strong use case for having different repos use different versions and it has not come up as a need for us yet.

If different repos really want different configs, then they can specify that here.

@pohly
Copy link
Contributor

pohly commented Oct 28, 2019 via email

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. sig/testing Categorizes an issue or PR as relevant to SIG Testing. 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.

CI on k8s 1.15+ is failing to build kind images
4 participants