You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prow.sh
+29-23Lines changed: 29 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ configvar CSI_PROW_GO_VERSION_GINKGO "${CSI_PROW_GO_VERSION_BUILD}" "Go version
101
101
# kind version to use. If the pre-installed version is different,
102
102
# the desired version is downloaded from https://github.com/kubernetes-sigs/kind/releases/download/
103
103
# (if available), otherwise it is built from source.
# whether they can run with the current cluster provider, but until
323
323
# they are, we filter them out by name. Like the other test selection
324
324
# variables, this is again a space separated list of regular expressions.
325
-
configvar CSI_PROW_E2E_SKIP 'while.kubelet.is.down.*Disruptive'"tests that need to be skipped"
325
+
configvar CSI_PROW_E2E_SKIP 'Disruptive'"tests that need to be skipped"
326
326
327
327
# This is the directory for additional result files. Usually set by Prow, but
328
328
# if not (for example, when invoking manually) it defaults to the work directory.
@@ -379,8 +379,8 @@ install_kind () {
379
379
if run curl --fail --location -o "${CSI_PROW_WORK}/bin/kind""https://github.com/kubernetes-sigs/kind/releases/download/${CSI_PROW_KIND_VERSION}/kind-linux-amd64";then
git_clone_branch https://github.com/kubernetes/kubernetes "${CSI_PROW_WORK}/src/kubernetes""$version"|| die "checking out Kubernetes $version failed"
497
+
498
+
go_version="$(go_version_for_kubernetes "${CSI_PROW_WORK}/src/kubernetes""$version")"|| die "cannot proceed without knowing Go version for Kubernetes"
0 commit comments