puppet-nova/.zuul.yaml
Chandan Kumar d59b2ea30e Port puppet-nova-tripleo-standalone to os_tempest
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

Change-Id: Ifd19684f2b0a272b28248f70afd78c5be8330f5a
Signed-off-by: Chandan Kumar <chkumar@redhat.com>
2019-04-30 14:49:50 +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-7-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