File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CSI_PROW_GINKO_PARALLEL="-p -nodes 40" # default was 7
7
7
# TODO: canary periodic job
8
8
# CSI_PROW_BUILD_JOB=false
9
9
# CSI_PROW_KUBERNETES_VERSION=latest
10
- # CSI_PROW_HOSTPATH_CANARY=canary
10
+ CSI_PROW_HOSTPATH_CANARY=canary
11
11
CSI_PROW_HOSTPATH_DRIVER_NAME=" hostpath.csi.k8s.io"
12
12
13
13
CSI_PROW_TESTS_SANITY=" sanity"
Original file line number Diff line number Diff line change @@ -211,6 +211,10 @@ configvar CSI_PROW_DRIVER_INSTALL "install_csi_driver" "name of the shell functi
211
211
# still use that name.
212
212
configvar CSI_PROW_DRIVER_CANARY " ${CSI_PROW_HOSTPATH_CANARY} " " driver image override for canary images"
213
213
214
+ # Image registry to use for canary images.
215
+ # Only valid if CSI_PROW_DRIVER_CANARY is set.
216
+ configvar CSI_PROW_DRIVER_CANARY_REGISTRY " gcr.io/k8s-staging-sig-storage" " registry for canary images"
217
+
214
218
# The E2E testing can come from an arbitrary repo. The expectation is that
215
219
# the repo supports "go test ./test/e2e -args --storage.testdriver" (https://github.com/kubernetes/kubernetes/pull/72836)
216
220
# after setting KUBECONFIG. As a special case, if the repository is Kubernetes,
@@ -693,7 +697,7 @@ install_csi_driver () {
693
697
fi
694
698
695
699
if [ " ${CSI_PROW_DRIVER_CANARY} " != " stable" ]; then
696
- images=" $images IMAGE_TAG=${CSI_PROW_DRIVER_CANARY} "
700
+ images=" $images IMAGE_TAG=${CSI_PROW_DRIVER_CANARY} IMAGE_REGISTRY= ${CSI_PROW_DRIVER_CANARY_REGISTRY} "
697
701
fi
698
702
# Ignore: Double quote to prevent globbing and word splitting.
699
703
# It's intentional here for $images.
You can’t perform that action at this time.
0 commit comments