summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2020-04-22 11:39:56 +0900
committerAkihiro Motoki <amotoki@gmail.com>2020-04-22 11:39:56 +0900
commit569e06f230ef3a0f9adfa518a96370224dbdf996 (patch)
tree31f4cfea5361047b1efa2fb5efcb63b5c2ce6fee
parent5b8f7548c54187e8c5cf4c1a5d22db13d44c24dc (diff)
downloadhorizon-569e06f230ef3a0f9adfa518a96370224dbdf996.tar.gz
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
-rw-r--r--.zuul.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 3ee583267..743ada984 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -31,6 +31,7 @@
- name: openstack/horizon
- name: openstack/tempest
- name: openstack/tempest-horizon
+ override-checkout: 0.2.0
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$