From 72110826f843cfd1b6b55eba5c4f41b6295ca892 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Mon, 27 Mar 2017 14:44:59 +0000 Subject: [PATCH] jobs: Use in-tree DEVSTACK_GATE_TEMPEST_REGEX https://review.openstack.org/449687 --- jenkins/jobs/jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/jobs/jobs.yaml b/jenkins/jobs/jobs.yaml index 5fd9aed..6d76220 100644 --- a/jenkins/jobs/jobs.yaml +++ b/jenkins/jobs/jobs.yaml @@ -67,8 +67,8 @@ # 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/` -- 2.39.5