tap-as-a-service/.zuul.yaml
elajkat 647b90257b Update jobs based on testing runtime for 2025.1
Based on [0] only py39 and py312 jobs are in the testing
runtime for 2025.1, updated relevant files accordingly.

[0] https://review.opendev.org/c/openstack/governance/+/926150

Depends-on: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/926153
Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/929823
Change-Id: I13518165591c44beb502168c6a48f59b4bdb2e9f
2024-09-25 15:26:22 +02:00

28 lines
773 B
YAML

- job:
name: neutron-tempest-plugin-tap-as-a-service-wsgi
parent: neutron-tempest-plugin-tap-as-a-service
vars:
devstack_localrc:
NEUTRON_DEPLOY_MOD_WSGI: true
- project:
templates:
- openstack-cover-jobs-neutron
- release-notes-jobs-python3
- build-openstack-docs-pti
- check-requirements
- openstack-python3-jobs-neutron
check:
jobs:
- neutron-tempest-plugin-tap-as-a-service
- neutron-tempest-plugin-tap-as-a-service-wsgi
gate:
jobs:
- neutron-tempest-plugin-tap-as-a-service
periodic-weekly:
jobs:
- openstack-tox-py39
- openstack-tox-py312
- openstack-tox-py312-with-oslo-master
- neutron-tempest-plugin-tap-as-a-service