From f25c5a6c95ad694f68c7f0d31144604156d411a4 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 24 Mar 2020 15:29:15 +0100 Subject: [PATCH] Use rally-openstack 1.7.0 for stable/rocky Master branch now has requirements incompatible with stable branches constraints [0], so this switches to last tag compatible. Longer term fix will be to run rally in a virtualenv, but this is lower priority than other tasks. This can be revisited at the time, though for older branches we will probably stick with pinned version [0] https://opendev.org/openstack/rally-openstack/commit/5776e015f16321fdb489ebb482d984ccd3cd2903 Change-Id: I9ec8331bae54d191955a843f9d3f8c5537dc37f6 Closes-Bug: #1868691 --- .zuul.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index fcb668a9619..0b3d24e9048 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -229,7 +229,8 @@ neutron-trunk: true rally_task: rally-jobs/task-neutron.yaml required-projects: - - openstack/rally-openstack + - name: openstack/rally-openstack + override-checkout: 1.7.0 irrelevant-files: - ^.*\.rst$ - ^doc/.*$