-
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
Add Kubernetes-csi 1.17 ci jobs #15556
Conversation
Hi @ggriffiths. 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. |
/assign @msau42 |
|
||
# We need this image because it has Docker in Docker and go. | ||
dind_image="gcr.io/k8s-testimages/kubekins-e2e:v20191204-a3f3e16-master" | ||
dind_image="gcr.io/k8s-testimages/kubekins-e2e:v20191209-15bc109-master" |
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.
Not sure the process for this, but I just grabbed the latest tag from gcr.io/k8s-testimages/kubekins-e2e
@@ -266,7 +266,7 @@ EOF | |||
|
|||
for tests in non-alpha alpha; do | |||
for deployment in 1.14 1.15 1.16 1.17; do # must have a deploy/kubernetes-<version> dir in csi-driver-host-path | |||
for kubernetes in 1.14.6 1.15.3 1.16.2; do # these versions must have pre-built kind images (see https://hub.docker.com/r/kindest/node/tags) | |||
for kubernetes in 1.14.6 1.15.3 1.16.2 1.17.0; do # these versions must have pre-built kind images (see https://hub.docker.com/r/kindest/node/tags) |
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.
let's also remove 1.14 deploy + kubernetes versions since it's now out of support.
/ok-to-test |
1fd767d
to
ade9152
Compare
Signed-off-by: Grant Griffiths <[email protected]>
ade9152
to
4621ebd
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ggriffiths, 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 |
@ggriffiths: 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: Grant Griffiths [email protected]