[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 <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi 2020-07-10 09:47:24 -07:00
parent aa31a230b3
commit b166aa5657
1 changed files with 1 additions and 1 deletions

View File

@ -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