175f063b18
This is the partial backport of the gate job fix[1] in master, which
limits scope of tempest tests executed in tripleo job to avoid timeout
error in gate jobs.
[1] 6cb1d1af73
Closes-Bug: #1870257
Change-Id: I6f72d6be245b5c530de0746fb8b7cec26748bb45
28 lines
799 B
YAML
28 lines
799 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:
|
|
- 'tempest.api.network'
|
|
- 'tempest.scenario.test_network_basic_ops'
|
|
- 'neutron_tempest_plugin.api'
|
|
use_os_tempest: true
|