Merge "Added standalone-full-tempest-api & -scenario -options jobs"

This commit is contained in:
Zuul 2022-06-17 14:51:00 +00:00 committed by Gerrit Code Review
commit 5e5e7868d4
1 changed files with 27 additions and 0 deletions

View File

@ -824,3 +824,30 @@
parent: tripleo-ci-base-standalone-upgrade-standard
nodeset: single-centos-9-node
branches: *c9_branches
########################################################
# standalone-full-tempest-scenario & - api options job #
# ######################################################
- job:
name: tripleo-ci-standalone-full-tempest-scenario-options
vars:
featureset: '052'
featureset_override:
tempest_run_concurrency: 4
tempest_services: &tempest_services
- cinder
- horizon
- neutron
tempest_test_whitelist:
- 'scenario'
- job:
name: tripleo-ci-standalone-full-tempest-api-options
vars:
featureset: '052'
featureset_override:
tempest_run_concurrency: 4
tempest_services: *tempest_services
tempest_test_whitelist:
- 'api'