From e96eb10e8ca78dfbd9daec44768312c4b0450bc8 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 22 Apr 2020 11:39:56 +0900 Subject: [PATCH] Gate fix: use tempest-horizon 0.2.0 explicitly tempest-horizon master no longer support python 2.7, but the tempest job in stable/rocky (and older) runs with python 2.7. tempest-horizon 0.2.0 is the last release with python 2.7, so we need to use the version explicitly. Change-Id: Ia5ae3aa2b024f554eb8c068b9cc271998db6f909 Closes-Bug: #1874171 (cherry picked from commit 569e06f230ef3a0f9adfa518a96370224dbdf996) --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 212d41ea5b..f1d9fd1176 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -40,6 +40,7 @@ - name: openstack/horizon - name: openstack/tempest - name: openstack/tempest-horizon + override-checkout: 0.2.0 irrelevant-files: - ^.*\.rst$ - ^doc/.*$