puppet-neutron/.zuul.yaml
Chandan Kumar 60d755cdaf Port puppet-neutron-tripleo-standalone job 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: I62aa82d1f1699aca7fb54e363d1be76e35f45727
Signed-off-by: Chandan Kumar <chkumar@redhat.com>
2019-04-30 14:43:39 +05:30

26 lines
692 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-neutron-tripleo-standalone
gate:
jobs:
- puppet-neutron-tripleo-standalone
- job:
name: puppet-neutron-tripleo-standalone
parent: tripleo-puppet-ci-centos-7-standalone
description: |
TripleO standalone Job running Neutron specific Tempest tests.
vars:
featureset_override:
run_tempest: false
tempest_test_whitelist:
- 'network'
use_os_tempest: true