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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "release-1.14"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -345,6 +348,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "release-1.15"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -385,6 +391,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "latest"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -425,6 +434,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "release-1.14"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -465,6 +477,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "release-1.15"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -505,6 +520,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "latest"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -545,6 +563,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "release-1.15"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -585,6 +606,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "1.14.0"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -631,6 +655,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "1.15"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -677,6 +704,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "latest"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -723,6 +753,9 @@ periodics:
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "latest"
- name: CSI_PROW_BUILD_JOB
Expand Down
8 changes: 7 additions & 1 deletion config/jobs/kubernetes-csi/gen-jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ latest_stable_k8s_version="1.15.0"
latest_stable_k8s_minor_version="1.15"

# We need this image because it has Docker in Docker and go.
dind_image="gcr.io/k8s-testimages/kubekins-e2e:v20190927-21e0205-master"
dind_image="gcr.io/k8s-testimages/kubekins-e2e:v20191021-b891e54-master"

# All kubernetes-csi repos which are part of the hostpath driver example.
# For these repos we generate the full test matrix. For each entry here
Expand Down Expand Up @@ -506,6 +506,9 @@ for tests in non-alpha alpha; do
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "$actual"
- name: CSI_PROW_BUILD_JOB
Expand Down Expand Up @@ -558,6 +561,9 @@ for kubernetes in 1.14.0 1.15 master; do
args:
- ./.prow.sh
env:
# TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
- name: CSI_PROW_KIND_VERSION
value: "86bc23d84ac12dcb56a0528890736e2c347c2dc3"
- name: CSI_PROW_KUBERNETES_VERSION
value: "$actual"
- name: CSI_PROW_BUILD_JOB
Expand Down