From cec0b1af7c0dccdb17f2ecb7f7913f2e384b0b20 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 14 May 2021 11:52:44 +0900 Subject: [PATCH] TripleO: Reduce tempest test scope This change reduces scope of tempest tests in tripleo job, so that we run only subset of test cases used in TripleO repos. Change-Id: Ifd34735a20342370e4c02110d023342d11a0dbfe --- .zuul.yaml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f98e67e..8b4606f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,7 +6,20 @@ - release-notes-jobs-python3 check: jobs: - - tripleo-puppet-ci-centos-8-standalone + - puppet-oslo-tripleo-standalone gate: jobs: - - tripleo-puppet-ci-centos-8-standalone + - puppet-oslo-tripleo-standalone + +- job: + name: puppet-oslo-tripleo-standalone + parent: tripleo-puppet-ci-centos-8-standalone + description: | + TripleO standalone Job running basic tests + vars: + build_container_images: true + featureset_override: + run_tempest: false + tempest_test_whitelist: + - 'tempest.scenario.test_server_basic_ops' + use_os_tempest: true