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
This commit is contained in:
Riccardo Pittau 2022-05-04 16:53:00 +02:00
parent 4a8a0ae005
commit 835fd3b9e4
3 changed files with 4 additions and 7 deletions

View File

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

View File

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

View File

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