Add support for victoria

Add support for stable victoria release.

Change-Id: Id57eb9fd95d44fad0db5dd5b094875430e69556f
This commit is contained in:
Thomas Bachman 2020-10-15 19:54:28 +00:00 committed by Thomas Bachman
parent c4e1f574d6
commit ac1290e06d
5 changed files with 29 additions and 24 deletions

View File

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

View File

@ -12,7 +12,8 @@
import copy
import mock
from unittest import mock
import six
from gbpautomation.heat.engine.resources import grouppolicy

View File

@ -12,7 +12,8 @@
import copy
import mock
from unittest import mock
import six
from gbpautomation.heat.engine.resources import servicechain

View File

@ -2,19 +2,22 @@
# 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/ussuri#egg=heat
-e git+https://opendev.org/x/python-group-based-policy-client.git@stable/ussuri#egg=gbpclient
-e git+https://opendev.org/openstack/heat.git@stable/victoria#egg=heat
-e git+https://opendev.org/x/python-group-based-policy-client.git@stable/victoria#egg=gbpclient
# Hacking already pins down pep8, pyflakes and flake8
hacking!=0.13.0,<0.14,>=0.12.0;python_version=='2.7' # Apache-2.0
hacking>=3.0.1,<3.1.0; python_version!='2.7' # Apache-2.0
hacking>=3.0.1,<3.1.0; # Apache-2.0
# remove this pyflakes from here once you bump the
# hacking to 3.2.0 or above. hacking 3.2.0 takes
# care of pyflakes version compatibilty.
pyflakes>=2.1.1
bandit!=1.6.0,>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
flake8-import-order==0.12 # LGPLv3
kombu!=4.0.2,>=4.0.0 # BSD
PyMySQL>=0.7.6 # MIT License
kombu!=4.0.2,>=5.0.1 # BSD
PyMySQL>=0.8.0 # MIT License
os-testr>=1.0.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
psycopg2>=2.7 # LGPL/ZPL
psycopg2>=2.8 # LGPL/ZPL
stestr>=2.0.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD

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