From 670197c94aa8ec7e46c2479a58773e9b00c417ee Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Fri, 12 Oct 2018 13:11:26 +0530 Subject: [PATCH] Add puppet-nova-tripleo-standalone job * It overrrides the tripleo-standalone featureset override to run nova specific tempest tests. * It will help to detect the puppet-nova tempest specific issues early in gates. Depends-On: https://review.openstack.org/#/c/609666 Change-Id: Ifd4d8134f21a6efc7f3086378fad16b39ffa57b5 --- .zuul.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index e8dc9bc47..795aea644 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,5 +4,21 @@ - puppet-openstack-module-unit-jobs - puppet-openstack-integration-jobs-all - puppet-openstack-beaker-jobs - - tripleo-puppet-standalone - release-notes-jobs-python3 + check: + jobs: + - puppet-nova-tripleo-standalone + gate: + jobs: + - puppet-nova-tripleo-standalone + +- job: + name: puppet-nova-tripleo-standalone + parent: tripleo-puppet-ci-centos-7-standalone + description: | + TripleO standalone Job running Nova specific Tempest tests. + vars: + featureset_override: + run_tempest: true + tempest_whitelist: + - 'compute'