diff --git a/jenkins/jobs/devstack-gate.yaml b/jenkins/jobs/devstack-gate.yaml index 5c84959dcc..de5264bb92 100644 --- a/jenkins/jobs/devstack-gate.yaml +++ b/jenkins/jobs/devstack-gate.yaml @@ -675,7 +675,7 @@ # to avoid features unsupported by Ironic. # skip all compute API tests that touch secgroups, volumes, servers and # snapshots - r="^(?!.*(?:(compute\.|compute\.v3\.)(security_groups\.test_security_groups|images\.test_images_oneserver|servers\.*))" + r="^(?!.*(?:compute\.(security_groups\.test_security_groups|images\.test_images_oneserver|servers\.*))" r="$r|^(?:tempest\.api\.database\.*)" # skip volumes attach tests r="$r|(?:tempest\.api\.volume\.test_volumes_actions.*)"