We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c3eff commit 982629fCopy full SHA for 982629f
release-tools/prow.sh
@@ -242,7 +242,9 @@ configvar CSI_PROW_DEP_VERSION v0.5.1 "golang dep version to be used for vendor
242
# thus only makes sense in repos which provide their own CSI
243
# driver. Repos can enable sanity testing by setting
244
# CSI_PROW_TESTS_SANITY=sanity.
245
-configvar CSI_PROW_TESTS "unit parallel serial parallel-alpha serial-alpha sanity" "tests to run"
+# NOTE(xyang): Run only unit tests until snapshot beta API PR is merged.
246
+configvar CSI_PROW_TESTS "unit" "tests to run"
247
+# configvar CSI_PROW_TESTS "unit parallel serial parallel-alpha serial-alpha sanity" "tests to run"
248
tests_enabled () {
249
local t1 t2
250
# We want word-splitting here, so ignore: Quote to prevent word splitting, or split robustly with mapfile or read -a.
0 commit comments