
* It overrrides the tripleo-standalone featureset override to run Neutron specific tempest tests. * It will help to detect the puppet-neutron tempest specific issues early in gates. Depends-On: https://review.openstack.org/#/c/609666 Change-Id: Idf58967c3e394f71e886346f224087254be0c118
24 lines
656 B
YAML
24 lines
656 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: true
|
|
tempest_whitelist:
|
|
- 'network' |