4863f28730
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: I569e42f36f9d7d3a867e05303dc221243c58c752 Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
28 lines
746 B
YAML
28 lines
746 B
YAML
- project:
|
|
templates:
|
|
- puppet-openstack-check-jobs
|
|
- puppet-openstack-module-unit-jobs
|
|
- puppet-openstack-integration-jobs-scenario003
|
|
- puppet-openstack-beaker-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- puppet-horizon-tripleo-standalone
|
|
gate:
|
|
jobs:
|
|
- puppet-horizon-tripleo-standalone
|
|
|
|
- job:
|
|
name: puppet-horizon-tripleo-standalone
|
|
parent: tripleo-puppet-ci-centos-8-standalone
|
|
description: |
|
|
TripleO standalone Job running Horizon specific Tempest tests.
|
|
vars:
|
|
featureset_override:
|
|
run_tempest: false
|
|
tempest_services:
|
|
- horizon
|
|
tempest_test_whitelist:
|
|
- 'horizon'
|
|
use_os_tempest: true
|