a26948ee09
Adds a job which runs all next tests on a devstack master and experimental jobs which run the same on supported stable releases. Fix names of a few manila_tempest_tests and designate_tempest_plugin tests so that they match the names from the plugins. Change-Id: Iedbaa09e425a29156304eea63b66a1ce69dd77bd
20 lines
672 B
YAML
20 lines
672 B
YAML
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- interop-tempest-consistency
|
|
# TODO(kopecmartin) master job has issues with ensure-tox role atm
|
|
# which we will figure out in a following patch. Let's comment out
|
|
# the job now so that it doesn't block us
|
|
# - interop-next-refstack-client-master
|
|
- interop-next-refstack-client-wallaby
|
|
- interop-next-refstack-client-victoria
|
|
- interop-next-refstack-client-ussuri
|
|
- interop-next-refstack-client-train
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- interop-tempest-consistency
|