ad4c243e11
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: Idf259de1c9599568ed39774f3b0e6e060310873f Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
27 lines
735 B
YAML
27 lines
735 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-keystone-tripleo-standalone
|
|
gate:
|
|
jobs:
|
|
- puppet-keystone-tripleo-standalone
|
|
|
|
- job:
|
|
name: puppet-keystone-tripleo-standalone
|
|
parent: tripleo-puppet-ci-centos-8-standalone
|
|
description: |
|
|
TripleO standalone Job running Identity specific Tempest tests.
|
|
vars:
|
|
featureset_override:
|
|
run_tempest: false
|
|
tempest_test_whitelist:
|
|
- 'identity'
|
|
- 'keystone-tempest-plugin'
|
|
use_os_tempest: true
|