
https://review.opendev.org/#/c/711320/ adds tripleo-puppet-ci-centos-8-standalone job in poi and let's re-use the same parent for tripleo standalone job. Change-Id: I363b193f7619260db8fb3a04e5f7ccb9e46a7f06 Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
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-8-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
|