From 9a125b97668b040cc01c7fe85c59d9bde30431dc Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Fri, 12 Oct 2018 13:04:12 +0530 Subject: [PATCH] Add puppet-keystone-tripleo-standalone job * It overrrides the tripleo-standalone featureset override to run Identity specific tempest tests and install keystone tempest plugin. * It will help to detect the puppet-keystone tempest specific issues early in gates. Depends-On: https://review.openstack.org/#/c/609666 Change-Id: I896a20abc09579286cea56299bfaa7a9c158ee59 --- .zuul.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 134ed2714..c004a8745 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,3 +6,23 @@ - puppet-openstack-beaker-jobs - tripleo-puppet-undercloud - release-notes-jobs-python3 + check: + jobs: + - puppet-keystone-tripleo-standalone + gate: + jobs: + - puppet-keystone-tripleo-standalone + +- job: + name: puppet-keystone-tripleo-standalone + parent: tripleo-puppet-ci-centos-7-standalone + description: | + TripleO standalone Job running Identity specific Tempest tests. + vars: + featureset_override: + run_tempest: true + tempest_whitelist: + - 'identity' + - 'keystone-tempest-plugin' + tempest_plugins: + - 'python-keystone-tests-tempest'