This PR disable all other tests except the unit tests until the snapshot beta API PR is merged.
8 lines
67 B
Bash
Executable File
8 lines
67 B
Bash
Executable File
#! /bin/bash
|
|
|
|
CSI_PROW_TESTS="unit"
|
|
|
|
. release-tools/prow.sh
|
|
|
|
main
|