Use zed jobs

Also leave py3.6 test as it's still trendy
Remove l-c job definition from tox.ini, it was not used anyway and
we're removing l-c jobs everywhere

Fix tempest test

Change-Id: Ibdb5be75cf9e1c7a2ce26c05ee1e5e5d85d20482
changes/01/840501/3 2.2.2
Riccardo Pittau 1 year ago
parent 4a8a0ae005
commit 835fd3b9e4

@ -71,9 +71,3 @@ import-order-style = pep8
application-import-names = virtualbmc
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
max-complexity=17
[testenv:lower-constraints]
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt

@ -2,12 +2,14 @@
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-yoga-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-py36
- virtualbmc-tempest-ironic
gate:
jobs:
- openstack-tox-py36
- virtualbmc-tempest-ironic

@ -15,6 +15,7 @@
vars:
devstack_localrc:
EBTABLES_RACE_FIX: True
IRONIC_BOOT_MODE: bios
IRONIC_DEFAULT_BOOT_OPTION: netboot
IRONIC_DEFAULT_RESCUE_INTERFACE: ""
devstack_services:

Loading…
Cancel
Save