From 149870a853798c98b8512720519345ecdf2e1397 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 18 Feb 2021 13:08:21 +0900 Subject: [PATCH] Consume tempest-horizon from PyPI release 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 --- .zuul.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 871ea231c4..f388009003 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