tests: Use Zed job definitions
As [1] was merged to neutron-tempest-plugin we can use neutron-tempest-plugin-tap-as-a-service job in check and gate queue. Chane to use openstack-python3-zed-jobs-neutron template in the new cycle. [1]: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/814876 Change-Id: I99612226fdb598027df57479e1d7b7dc2dc1bc1f
This commit is contained in:
parent
fcaebb77dc
commit
1066701ced
37
.zuul.yaml
37
.zuul.yaml
@ -3,41 +3,10 @@
|
|||||||
- openstack-cover-jobs-neutron
|
- openstack-cover-jobs-neutron
|
||||||
- build-openstack-docs-pti
|
- build-openstack-docs-pti
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- openstack-python3-wallaby-jobs-neutron
|
- openstack-python3-zed-jobs-neutron
|
||||||
- tap-as-a-service-tempest-plugin-jobs
|
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- tap-as-a-service-tempest
|
- neutron-tempest-plugin-tap-as-a-service
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tap-as-a-service-tempest
|
- neutron-tempest-plugin-tap-as-a-service
|
||||||
|
|
||||||
- job:
|
|
||||||
name: tap-as-a-service-tempest
|
|
||||||
parent: devstack-tempest
|
|
||||||
nodeset: openstack-single-node-focal
|
|
||||||
timeout: 10800
|
|
||||||
vars:
|
|
||||||
TAAS_SERVICE_DRIVER: "TAAS:TAAS:neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver:default"
|
|
||||||
tox_envlist: all
|
|
||||||
devstack_services:
|
|
||||||
taas: true
|
|
||||||
devstack_plugins:
|
|
||||||
tap-as-a-service: https://opendev.org/openstack/tap-as-a-service
|
|
||||||
tempest_plugins:
|
|
||||||
- tap-as-a-service-tempest-plugin
|
|
||||||
tempest_test_regex: (^tempest|^neutron_taas_tempest_plugin)
|
|
||||||
required-projects:
|
|
||||||
- openstack/devstack-gate
|
|
||||||
- openstack/tap-as-a-service
|
|
||||||
# TODO(lajoskatona): remove this when all tests will be merged to
|
|
||||||
# neutron-tempest-plugin
|
|
||||||
- x/tap-as-a-service-tempest-plugin
|
|
||||||
- openstack/tempest
|
|
||||||
irrelevant-files:
|
|
||||||
- ^(test-|)requirements.txt$
|
|
||||||
- ^.*\.rst$
|
|
||||||
- ^doc/.*$
|
|
||||||
- ^neutron_taas/tests/unit/.*$
|
|
||||||
- ^setup.cfg$
|
|
||||||
- ^specs/.*$
|
|
||||||
|
Loading…
Reference in New Issue
Block a user