From b166aa5657ce0288ac9ecdfde75f37b872a93e4e Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Fri, 10 Jul 2020 09:47:24 -0700 Subject: [PATCH] [ci] Temporarily disable scenario tests On rax nodes, the voting LVM job fails consistently because the test node is rebooted midway [1] While we debug the issue, lets disable scenario tests for this job, temporarily while we identify the root cause and fix the issue. [1] https://launchpad.net/bugs/1886988 Change-Id: Icd3706d5c73116a8e16166229736ae485bb2b5c0 Signed-off-by: Goutham Pacha Ravi --- contrib/ci/post_test_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/post_test_hook.sh b/contrib/ci/post_test_hook.sh index 074a5429ed..7fb5537381 100755 --- a/contrib/ci/post_test_hook.sh +++ b/contrib/ci/post_test_hook.sh @@ -195,7 +195,7 @@ elif [[ "$TEST_TYPE" == "scenario" ]]; then fi if [[ "$DRIVER" == "lvm" ]]; then - MANILA_TESTS="(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])" + MANILA_TESTS="(^manila_tempest_tests.tests.api)(?=.*\[.*\bbackend\b.*\])" MANILA_TEMPEST_CONCURRENCY=8 RUN_MANILA_SG_TESTS=False RUN_MANILA_MANAGE_TESTS=False