f667869923
Previously Tripleo validate-tempest role was used to run tempest on tripleo jobs. Recently we are moving to os_tempest (an unified role developed by openstack-ansible team). It moves the vars to os_tempest. Below is the other var changes: run_tempest: false -> to disable validate-tempest role use_os_tempest: true -> enable os_tempest tempest_whitelist -> tempest_test_whitelist tempest_plugins -> tempest_services now just the name of the service, not the plugin package name Change-Id: I4dd4f82d545cdfb4de48d6d37ee0f28f3e8c6d00
29 lines
768 B
YAML
29 lines
768 B
YAML
- project:
|
|
templates:
|
|
- puppet-openstack-check-jobs
|
|
- puppet-openstack-module-unit-jobs
|
|
- puppet-openstack-integration-jobs-all
|
|
- puppet-openstack-beaker-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- puppet-cinder-tripleo-standalone
|
|
gate:
|
|
jobs:
|
|
- puppet-cinder-tripleo-standalone
|
|
|
|
- job:
|
|
name: puppet-cinder-tripleo-standalone
|
|
parent: tripleo-puppet-ci-centos-7-standalone
|
|
description: |
|
|
TripleO standalone Job running Cinder specific Tempest tests.
|
|
vars:
|
|
featureset_override:
|
|
run_tempest: false
|
|
tempest_services:
|
|
- cinder
|
|
tempest_test_whitelist:
|
|
- 'volume'
|
|
- 'cinder_tempest_plugin'
|
|
use_os_tempest: true
|