From 2a4711096bd7b8facc8bd5d599ed961641dc94ca Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Fri, 12 Oct 2018 12:53:54 +0530 Subject: [PATCH] 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 --- .zuul.yaml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index e8dc9bc4..9337fc8b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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'