From b95831cf7fcf157bb7a4a3c2188de81d500bccff Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 26 May 2022 16:40:08 -0500 Subject: [PATCH] [stable-only] Cap cinder-tempest-plugin version for stable/victoria We are capping stable/victoria testing with Tempest 26.1.0 (choosing 26.1.0 because of bug#1955418) - https://review.opendev.org/c/openstack/devstack/+/843295 cinder-tempest-lvm-multibackend and other job failing with incompatible Tempest 26.1.0 version with cinder-temepst-plugin master AttributeError: 'SnapshotDataIntegrityTests' object has no attribute 'create_security_group' - https://zuul.opendev.org/t/openstack/build/b86e63cc6cfd49dca96817b2ae7fdc71/logs To fix that we need to use compatible cinder-tempest-plugin version for Tempest 26.1.0, which is cinder-tempest-plugin 1.3.0. Depends-On: https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/843354 Depends-On: https://review.opendev.org/c/openstack/cinder/+/843092 Depends-On: https://review.opendev.org/c/openstack/devstack/+/843295 Change-Id: Ia6d0408280cb90da734ec505af7694fdea5333af --- .zuul.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index d46df94bcac..244037f9155 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -273,7 +273,8 @@ * legacy-tempest-dsvm-lvm-multibackend timeout: 10800 required-projects: - - opendev.org/openstack/cinder-tempest-plugin + - name: opendev.org/openstack/cinder-tempest-plugin + override-checkout: 1.3.0 vars: tox_envlist: all tempest_test_regex: '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'