Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#22 from msau42/add-1.15-jobs
Browse files Browse the repository at this point in the history
prow.sh: tag master images with a large version number
  • Loading branch information
k8s-ci-robot committed Jul 16, 2019
2 parents f4f73ce + 0c0dc30 commit 1cac3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ start_cluster () {
tag="$(echo "${CSI_PROW_KUBERNETES_VERSION}" | sed -e 's/release-\(.*\)/v\1.0-release./')";;
*)
# We have to make something up. v1.0.0 did not work for some reasons.
tag="v1.14.0-";;
tag="v999.999.999-";;
esac
tag="$tag$(cd "$GOPATH/src/k8s.io/kubernetes" && git rev-list --abbrev-commit HEAD).csiprow"
(cd "$GOPATH/src/k8s.io/kubernetes" && run git tag -f "$tag") || die "git tag failed"
Expand Down

0 comments on commit 1cac3af

Please sign in to comment.