summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2021-08-25 11:41:30 -0500
committerGhanshyam <gmann@ghanshyammann.com>2021-08-25 22:42:21 +0000
commit03b4e3975abdeb50dea6b1b426dcdaa1a2d9eeb6 (patch)
tree2ed1db1295ddfec1deb2826889876352ba89e40f
parent0153ab781d387cc0fdb3c93fbd7be5c897bcf933 (diff)
downloadkeystone-stable/queens.tar.gz
Pin keystone-tempest-plugin for py27 compatibilitystable/queens
Keystone-tempest-plugins or tempest master version cannot be used for the old stable rocky which are in EM state. We have pinned the Tempest version also in devstack but temepst plugins versions needs to be pinned on job side. This commit use the py27 compatible version keystone-tempest-plugin 0.3.0 for the job running on stable/rocky to continue the testing. Closes-Bug: #1928650 Change-Id: I67ce58f178873bc1bcbe70bb6545cacc9c93be2a
-rw-r--r--.zuul.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 0b8d56f58..b4a7a60ee 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -19,7 +19,8 @@
required-projects:
- openstack/devstack-gate
- openstack/keystone
- - openstack/keystone-tempest-plugin
+ - name: openstack/keystone-tempest-plugin
+ override-checkout: 0.3.0
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
@@ -38,7 +39,8 @@
required-projects:
- openstack/devstack-gate
- openstack/keystone
- - openstack/keystone-tempest-plugin
+ - name: openstack/keystone-tempest-plugin
+ override-checkout: 0.3.0
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
@@ -57,7 +59,8 @@
required-projects:
- openstack/devstack-gate
- openstack/keystone
- - openstack/keystone-tempest-plugin
+ - name: openstack/keystone-tempest-plugin
+ override-checkout: 0.3.0
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$