Skip to content

Commit

Permalink
Test canary jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 committed Sep 25, 2020
1 parent 041c235 commit 8e66227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CSI_PROW_GINKO_PARALLEL="-p -nodes 40" # default was 7
# TODO: canary periodic job
#CSI_PROW_BUILD_JOB=false
#CSI_PROW_KUBERNETES_VERSION=latest
#CSI_PROW_HOSTPATH_CANARY=canary
CSI_PROW_HOSTPATH_CANARY=canary
CSI_PROW_HOSTPATH_DRIVER_NAME="hostpath.csi.k8s.io"

CSI_PROW_TESTS_SANITY="sanity"
Expand Down
2 changes: 1 addition & 1 deletion release-tools/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ install_csi_driver () {
fi

if [ "${CSI_PROW_DRIVER_CANARY}" != "stable" ]; then
images="$images IMAGE_TAG=${CSI_PROW_DRIVER_CANARY}"
images="$images IMAGE_TAG=${CSI_PROW_DRIVER_CANARY} IMAGE_REGISTRY=gcr.io/k8s-staging-sig-storage"
fi
# Ignore: Double quote to prevent globbing and word splitting.
# It's intentional here for $images.
Expand Down

0 comments on commit 8e66227

Please sign in to comment.