gabbi-tempest/.zuul.yaml
OpenDev Sysadmins 4306237126 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:07 +00:00

28 lines
791 B
YAML

- project:
templates:
- build-openstack-docs-pti
check:
jobs:
- gabbi-tempest
gate:
jobs:
- gabbi-tempest
- job:
name: gabbi-tempest
parent: devstack-tempest
description: |
A job that can be used as a base for running gabbi tests
against a set of directories.
required-projects:
- x/gabbi-tempest
vars:
gabbi_tempest_path: "{{ devstack_base_dir|default('/opt/stack') }}/gabbi-tempest/gate/gabbits"
tox_envlist: all
tempest_test_regex: 'gabbi'
# run test in serial, because we have no control over stestr group_regex
tempest_concurrency: 1
devstack_localrc:
TEMPEST_PLUGINS: "{{ devstack_base_dir|default('/opt/stack') }}/gabbi-tempest"
USE_PYTHON3: True