Skip to content

Commit 982629f

Browse files
committed
Run only unit tests for now
This PR disable all other tests except the unit tests until the snapshot beta API PR is merged.
1 parent 26c3eff commit 982629f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-tools/prow.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ configvar CSI_PROW_DEP_VERSION v0.5.1 "golang dep version to be used for vendor
242242
# thus only makes sense in repos which provide their own CSI
243243
# driver. Repos can enable sanity testing by setting
244244
# CSI_PROW_TESTS_SANITY=sanity.
245-
configvar CSI_PROW_TESTS "unit parallel serial parallel-alpha serial-alpha sanity" "tests to run"
245+
# 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"
246248
tests_enabled () {
247249
local t1 t2
248250
# We want word-splitting here, so ignore: Quote to prevent word splitting, or split robustly with mapfile or read -a.

0 commit comments

Comments
 (0)