puppet-cinder/.zuul.yaml
Chandan Kumar 2a4711096b 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
2018-10-23 17:18:24 +00:00

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'