2a4711096b
* It overrrides the tripleo-standalone featureset override to run cinder specific tempest tests. * It will help to detect the puppet-cinder tempest specific issues early in gates. Depends-On: https://review.openstack.org/#/c/610600/ Change-Id: I5c2073db48192f45b36c4555408fb0cdff72c51d
28 lines
755 B
YAML
28 lines
755 B
YAML
- project:
|
|
templates:
|
|
- puppet-openstack-check-jobs
|
|
- puppet-openstack-module-unit-jobs
|
|
- puppet-openstack-integration-jobs-all
|
|
- puppet-openstack-beaker-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- puppet-cinder-tripleo-standalone
|
|
gate:
|
|
jobs:
|
|
- puppet-cinder-tripleo-standalone
|
|
|
|
- job:
|
|
name: puppet-cinder-tripleo-standalone
|
|
parent: tripleo-puppet-ci-centos-7-standalone
|
|
description: |
|
|
TripleO standalone Job running Cinder specific Tempest tests.
|
|
vars:
|
|
featureset_override:
|
|
run_tempest: true
|
|
tempest_whitelist:
|
|
- 'volume'
|
|
- 'cinder_tempest_plugin'
|
|
tempest_plugins:
|
|
- 'python-cinder-tests-tempest'
|