Skip to content

Pickup kind commit that fixes node image building#14948

Merged
k8s-ci-robot merged 1 commit into
kubernetes:masterfrom
msau42:fix-csi
Oct 24, 2019
Merged

Pickup kind commit that fixes node image building#14948
k8s-ci-robot merged 1 commit into
kubernetes:masterfrom
msau42:fix-csi

Conversation

@msau42

@msau42 msau42 commented Oct 23, 2019

Copy link
Copy Markdown
Member

@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 k8s-ci-robot requested review from chases2 and pohly October 23, 2019 23:41
@k8s-ci-robot

Copy link
Copy Markdown
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

Details 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

msau42 commented Oct 24, 2019

Copy link
Copy Markdown
Member Author

/assign @davidz627

Comment thread config/jobs/kubernetes-csi/gen-jobs.sh Outdated
args:
- ./.prow.sh
env:
# TODO: change to v0.6.0

@davidz627 davidz627 Oct 24, 2019

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Details

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

pohly commented Oct 28, 2019

Copy link
Copy Markdown
Contributor

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

msau42 commented Oct 28, 2019

Copy link
Copy Markdown
Member Author

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

pohly commented Oct 28, 2019 via email

Copy link
Copy Markdown
Contributor

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