From 1aace536755a67be54f0a44801a3b8de3097806d Mon Sep 17 00:00:00 2001 From: Maciej Wawryk Date: Mon, 25 Nov 2019 10:58:26 +0100 Subject: [PATCH] Add bdev_raid.sh to per-patch tests The tests were made nightly with this patch: https://github.com/spdk/spdk/commit/85bedfac7a01d497269f5ca1f9dbce1dd901d91b It is no longer applies for two reasons: bdev_raid has seen and will see more changes in the future test take few second on the CI, meaning that they do not take up any meaningful part of CI time Signed-off-by: Maciej Wawryk Change-Id: I5360c945549c08c81891bc733bb731ea9b93727e Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/475677 Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris Tested-by: SPDK CI Jenkins --- autotest.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autotest.sh b/autotest.sh index 57fb126af..b97186772 100755 --- a/autotest.sh +++ b/autotest.sh @@ -162,9 +162,7 @@ if [ $SPDK_RUN_FUNCTIONAL_TEST -eq 1 ]; then if [ $SPDK_TEST_BLOCKDEV -eq 1 ]; then run_test suite test/bdev/blockdev.sh - if [[ $RUN_NIGHTLY -eq 1 ]]; then - run_test suite test/bdev/bdev_raid.sh - fi + run_test suite test/bdev/bdev_raid.sh fi if [ $SPDK_TEST_JSON -eq 1 ]; then