Add support for xena

Change-Id: I0f72848629401aef32ff485a0f529795a72ba025
This commit is contained in:
snehal Tembhurne 2021-12-03 03:58:01 -05:00 committed by Thomas Bachman
parent 0605c0dc18
commit 74f89c5c95
3 changed files with 12 additions and 12 deletions

View File

@ -14,34 +14,34 @@
- openstack-tox-pep8:
required-projects:
- name: openstack/requirements
override-checkout: stable/wallaby
override-checkout: stable/xena
- openstack-tox-py36:
required-projects:
- name: openstack/requirements
override-checkout: stable/wallaby
override-checkout: stable/xena
- openstack-tox-py37:
required-projects:
- name: openstack/requirements
override-checkout: stable/wallaby
override-checkout: stable/xena
- openstack-tox-py38:
required-projects:
- name: openstack/requirements
override-checkout: stable/wallaby
override-checkout: stable/xena
gate:
jobs:
- openstack-tox-pep8:
required-projects:
- name: openstack/requirements
override-checkout: stable/wallaby
override-checkout: stable/xena
- openstack-tox-py36:
required-projects:
- name: openstack/requirements
override-checkout: stable/wallaby
override-checkout: stable/xena
- openstack-tox-py37:
required-projects:
- name: openstack/requirements
override-checkout: stable/wallaby
override-checkout: stable/xena
- openstack-tox-py38:
required-projects:
- name: openstack/requirements
override-checkout: stable/wallaby
override-checkout: stable/xena

View File

@ -2,8 +2,8 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-e git+https://opendev.org/openstack/heat.git@stable/wallaby#egg=openstack-heat
-e git+https://opendev.org/x/python-group-based-policy-client.git@stable/wallaby#egg=python-group-based-policy-client
-e git+https://opendev.org/openstack/heat.git@stable/xena#egg=openstack-heat
-e git+https://opendev.org/x/python-group-based-policy-client.git@stable/xena#egg=python-group-based-policy-client
# Hacking already pins down pep8, pyflakes and flake8
hacking>=3.0.1,<3.1.0; # Apache-2.0
# remove this pyflakes from here once you bump the

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py27,pep8
envlist = py36,py37,pep8
minversion = 3.1.0
skipsdist = True
@ -14,7 +14,7 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install {opts} {packages}
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =