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
This commit is contained in:
Takashi Kajinami 2021-05-14 11:52:44 +09:00
parent d434f1b891
commit cec0b1af7c
1 changed files with 15 additions and 2 deletions

View File

@ -6,7 +6,20 @@
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:
jobs: jobs:
- tripleo-puppet-ci-centos-8-standalone - puppet-oslo-tripleo-standalone
gate: gate:
jobs: 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