
Make standalone job build containers when there is one single consumer job in layout. Do not run content provider jobs in this case. Change-Id: I9b41d69bf7d4c0b5d2c8ce0359fe3551f168ab2f
30 lines
897 B
YAML
30 lines
897 B
YAML
- project:
|
|
templates:
|
|
- puppet-openstack-check-jobs
|
|
- puppet-openstack-module-unit-jobs
|
|
- puppet-openstack-litmus-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- puppet-octavia-tripleo-standalone:
|
|
voting: false
|
|
|
|
- job:
|
|
name: puppet-octavia-tripleo-standalone
|
|
parent: tripleo-puppet-ci-centos-8-standalone
|
|
description: |
|
|
TripleO standalone Job running Octavia specific Tempest tests.
|
|
vars:
|
|
build_container_images: true
|
|
featureset_override:
|
|
standalone_environment_files:
|
|
- 'environments/low-memory-usage.yaml'
|
|
- 'ci/environments/scenario010-standalone.yaml'
|
|
run_tempest: false
|
|
tempest_private_net_seg_id: ''
|
|
tempest_services:
|
|
- octavia
|
|
tempest_test_whitelist:
|
|
- 'octavia_tempest_plugin.tests.api'
|
|
use_os_tempest: true
|