[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:
parent
aa31a230b3
commit
b166aa5657
@ -195,7 +195,7 @@ elif [[ "$TEST_TYPE" == "scenario" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$DRIVER" == "lvm" ]]; then
|
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
|
MANILA_TEMPEST_CONCURRENCY=8
|
||||||
RUN_MANILA_SG_TESTS=False
|
RUN_MANILA_SG_TESTS=False
|
||||||
RUN_MANILA_MANAGE_TESTS=False
|
RUN_MANILA_MANAGE_TESTS=False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user