Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cluster-only and full-only flags to test.sh. (#3698)
./test.sh -C or ./test.sh -F can be used to run only the custom cluster tests or only the long running systests. On my machine these take approx. 7 minutes and 11 minutes to finish respectively. These flags can be used to run them as separate jobs in parallel in CI so we can run all the tests for each PR.
- Loading branch information