summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2021-02-18 13:08:21 +0900
committerAkihiro Motoki <amotoki@gmail.com>2021-02-18 13:13:54 +0900
commit149870a853798c98b8512720519345ecdf2e1397 (patch)
tree773a84e658120e528d63fa04e3f31e6d85160470
parent24092dc9cb8304e079211cebf93651143ac22201 (diff)
downloadhorizon-stable/queens.tar.gz
Consume tempest-horizon from PyPI releasequeens-eolstable/queens
tempest-horizon has been retired (at least in the project-config level), so we cannot specify openstack/tempest-horizon in required-projects. Instead we need to install tempest-horizon from PyPI. The similar approach is adopted in stable/stein [1]. [1] https://review.opendev.org/c/openstack/horizon/+/771740 Change-Id: I80d67384a643362746c2e037da539503a8095d7b
-rw-r--r--.zuul.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 871ea231c..f38800900 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -39,8 +39,6 @@
required-projects:
- name: openstack/horizon
- name: openstack/tempest
- - name: openstack/tempest-horizon
- override-checkout: 0.2.0
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
@@ -56,7 +54,7 @@
- ^openstack_dashboard/dashboards/.*/tests.py$
vars:
devstack_localrc:
- TEMPEST_PLUGINS: "{{ ansible_user_dir }}/src/opendev.org/openstack/tempest-horizon"
+ TEMPEST_PLUGINS: "tempest-horizon==0.2.0"
devstack_services:
horizon: true
tempest: true