]> xenbits.xensource.com Git - openstack/ci-loop-config.git/commitdiff
jobs: Use in-tree DEVSTACK_GATE_TEMPEST_REGEX
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 27 Mar 2017 14:44:59 +0000 (14:44 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 27 Mar 2017 15:09:44 +0000 (16:09 +0100)
https://review.openstack.org/449687

jenkins/jobs/jobs.yaml

index 5fd9aed438556061a8aa57cbff1fd792790bcbb9..6d762202b20f0f26554ea8cbffeea949cddba777 100644 (file)
@@ -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/`