From 87a5a7defd16960ce9e8e237a23b748cfeaaaf48 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Fri, 12 Oct 2018 13:01:10 +0530 Subject: [PATCH] Add puppet-horizon-tripleo-standalone job * It overrrides the tripleo-standalone featureset override to run Horizon specific tempest tests and install Horizon 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: I2bb4c62e0926ea147bc8403f1cabdc05e5fc0129 --- .zuul.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 52c66d3c..e21b040c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,4 +5,22 @@ - puppet-openstack-integration-jobs-scenario003 - puppet-openstack-beaker-jobs - release-notes-jobs-python3 - - tripleo-puppet-standalone + check: + jobs: + - puppet-horizon-tripleo-standalone + gate: + jobs: + - puppet-horizon-tripleo-standalone + +- job: + name: puppet-horizon-tripleo-standalone + parent: tripleo-puppet-ci-centos-7-standalone + description: | + TripleO standalone Job running Horizon specific Tempest tests. + vars: + featureset_override: + run_tempest: true + tempest_whitelist: + - 'horizon' + tempest_plugins: + - 'python-horizon-tests-tempest'