Merge "Pin tempest and tempest-horizon in stein" into stable/stein

This commit is contained in:
Zuul 2021-02-02 10:31:31 +00:00 committed by Gerrit Code Review
commit 2d955b5efe
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,6 @@
required-projects: required-projects:
- name: openstack/horizon - name: openstack/horizon
- name: openstack/tempest - name: openstack/tempest
- name: openstack/tempest-horizon
irrelevant-files: irrelevant-files:
- ^.*\.rst$ - ^.*\.rst$
- ^doc/.*$ - ^doc/.*$
@ -63,7 +62,8 @@
- ^openstack_dashboard/dashboards/.*/tests.py$ - ^openstack_dashboard/dashboards/.*/tests.py$
vars: vars:
devstack_localrc: 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 USE_PYTHON3: true
devstack_services: devstack_services:
horizon: true horizon: true