puppet-nova/.zuul.yaml
Chandan Kumar (raukadah) 7304973427 Use centos-8 standalone puppet parent
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: Id67d7b854f4fcecc68309560242dd39f149d5c5e
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2020-03-13 14:18:29 +05:30

27 lines
745 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-nova-tripleo-standalone
gate:
jobs:
- puppet-nova-tripleo-standalone
- job:
name: puppet-nova-tripleo-standalone
parent: tripleo-puppet-ci-centos-8-standalone
description: |
TripleO standalone Job running Nova specific Tempest tests.
vars:
featureset_override:
run_tempest: false
tempest_test_whitelist:
- 'tempest.api.compute'
- 'tempest.scenario.test_server_basic_ops'
use_os_tempest: true