# devstack_gate_timeout apparently can not be change, instead use BUILD_TIMEOUT:
# 180min in ms. instead of the default 120.
export BUILD_TIMEOUT=10800000
- # TestVolumeBootPatternV2.test_volume_boot_pattern failed, there is a timeout while tempest try to connect to the guest via SSH.
- export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\]|.*TestVolumeBootPattern\.test_(volume_boot_pattern|create_ebs_image_and_check_boot)|.*test_shelve_volume_backed_instance|.*TestVolumeBootPatternV2\.test_volume_boot_pattern)(^tempest\.(api|scenario|thirdparty))'
+ # This file should provide DEVSTACK_GATE_TEMPEST_REGEX
+ export DEVSTACK_GATE_SETTINGS=/opt/stack/new/nova/devstack/tempest-dsvm-tempest-xen-rc
export RE_EXEC=true
echo 'Fix bogus ZUUL_URL'
export ZUUL_URL=`echo $ZUUL_URL | sed -e s/jenkins-libvirt/104.130.29.226/`