-
Notifications
You must be signed in to change notification settings - Fork 212
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
WIP: Add 1.15 testing #66
Conversation
There's something odd in the job config: pull-kubernetes-csi-csi-driver-host-path-unit ran with Ah, you are overriding that in
Does it still support the ones we care about (1.13, 1.14 and now 1.15)? It shouldn't matter too much which version exactly that is.
It should be atomic: once this PR gets merged, the existing pull and periodic CI jobs will use the config from the updated master branch. We just need to be sure that the updated config also works for them. Once you remove the What isn't atomic is adding the new 1.15 jobs. One way of doing that is:
|
@pohly kind 0.4.0 only supports 1.15.0, 1.14.3, and 1.13.7, which is different from the versions we configured in our test-infra. So I think in order to make this switch, we will have to temporarily disable/optional the pull jobs and change the versions in the jobs, so that we can merge this PR. Do you see any better ways to do this? |
668559e
to
34ea6aa
Compare
[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 |
My last commit attempts to workaround this by overriding the patch versions no matter what. LMK if you think that's acceptable. |
Yes, that's okay. I'm just wondering whether we should change the semantic of |
/test pull-kubernetes-csi-csi-driver-host-path-1-15-on-kubernetes-master |
@msau42: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/test pull-kubernetes-csi-csi-driver-host-path-1-15-on-kubernetes-master |
/close |
@msau42: Closed this PR. 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. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Updates prow.sh to use 1.15 hostpath deployment. As a result, the kind version also has to be upgraded to 0.4.0, which requires 2 major changes to our prow job:
kind.sigs.k8s.io/v1alpha3 Cluster' API object, which uses
kubeadm.k8s.io/v1beta2` which only works for 1.15+. As a result, our alpha jobs can only run on 1.15+Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: