Add puppet-cinder-tripleo-standalone job

* 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
This commit is contained in:
Chandan Kumar 2018-10-12 12:53:54 +05:30
parent 2e8ee6f38b
commit 2a4711096b
1 changed files with 20 additions and 1 deletions

View File

@ -4,5 +4,24 @@
- puppet-openstack-module-unit-jobs
- puppet-openstack-integration-jobs-all
- puppet-openstack-beaker-jobs
- tripleo-puppet-standalone
- 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'