Add support for Wallaby

Change-Id: I0e8911135e1a9aaa8327f49b58e69b499fe375a9
This commit is contained in:
mdsufair 2021-06-16 10:51:57 +05:30
parent a4fc9c9167
commit c7da93963c
3 changed files with 11 additions and 11 deletions

View File

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

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/victoria#egg=openstack-heat
-e git+https://opendev.org/x/python-group-based-policy-client.git@stable/victoria#egg=python-group-based-policy-client
-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
# 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

@ -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/victoria}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =