f59837263c
Follow the last efforts to make Neutron compatible with sqlalchemy-20 (see [1]), and use the necessary context for all SQL transactions. Also make tempest job non-voting until [2] merges. [1] https://review.opendev.org/c/openstack/neutron-lib/+/828738 [2] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/842113 Closes-Bug: #1973757 Change-Id: I5aef8683df55b0825181e57257f0b71887315e52
24 lines
767 B
YAML
24 lines
767 B
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs-neutron
|
|
- build-openstack-docs-pti
|
|
- check-requirements
|
|
- openstack-python3-zed-jobs-neutron
|
|
check:
|
|
jobs:
|
|
# TODO(lajoskatona): make the job non-voting till
|
|
# https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/842113
|
|
# is not merged
|
|
- neutron-tempest-plugin-tap-as-a-service:
|
|
voting: false
|
|
# TODO(lajoskatona): remove job from gate till
|
|
# https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/842113
|
|
# is not merged
|
|
# gate:
|
|
# jobs:
|
|
# - neutron-tempest-plugin-tap-as-a-service
|
|
periodic-weekly:
|
|
jobs:
|
|
- openstack-tox-py39
|
|
- neutron-tempest-plugin-tap-as-a-service
|