From f644fc7cbb407106c3015b08cd12b5743fa783ad Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 21 Jan 2021 09:43:03 +0900 Subject: [PATCH] Pin tempest and tempest-horizon in stein stable/stein is in the extended maintenance phase and we will pin tempest version to the latest tempest release (26.0.0) in Wallaby. tempest 26.0.0 was released before merging tempest-horizon back, so we need tempest-horizon too. This commit tries to install tempest 26.0.0 and tempest-horizon 1.1.0 (latest release). It makes the merge of tempest-horizon more smooth. Change-Id: I5f2369e47cfaa9ccfdf8aa1f91348349c55b8515 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 46323313f8..2c7b6d4545 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -47,7 +47,6 @@ required-projects: - name: openstack/horizon - name: openstack/tempest - - name: openstack/tempest-horizon irrelevant-files: - ^.*\.rst$ - ^doc/.*$ @@ -63,7 +62,8 @@ - ^openstack_dashboard/dashboards/.*/tests.py$ vars: devstack_localrc: - TEMPEST_PLUGINS: "{{ ansible_user_dir }}/src/opendev.org/openstack/tempest-horizon" + TEMPEST_BRANCH: "26.0.0" + TEMPEST_PLUGINS: "tempest-horizon==1.1.0" USE_PYTHON3: true devstack_services: horizon: true