tap-as-a-service/.zuul.yaml
elajkat 5088e8ead8 Tests: remove tempest plugin from taas repository
These tests are not maintained and exists in [1], and will be merged to
neutron-tempest-plugin (see [2] as a step)

[1]: https://opendev.org/x/tap-as-a-service-tempest-plugin
[2]: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/803752

Change-Id: I4d824c55e4ea85b98c165e482e510bf79f5df118
2021-08-19 06:54:16 +00:00

44 lines
1.3 KiB
YAML

- project:
templates:
- openstack-cover-jobs-neutron
- build-openstack-docs-pti
- check-requirements
- openstack-python3-wallaby-jobs-neutron
- tap-as-a-service-tempest-plugin-jobs
check:
jobs:
- tap-as-a-service-tempest
gate:
jobs:
- tap-as-a-service-tempest
- 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/.*$