Fix the tripleo job definition
This patch redefines the puppet-octavia-tripleo-standalone job based on tripleo-ci-centos-8-scenario010-standalone, to fix the tripleo standalone job currently broken. The difference between puppet-octavia-tripleo-standalone and tripleo-ci-centos-8-scenario010-standalone is that we use tripleo-puppet-ci-centos-8-standalone as its base job so that we can make all tripleo jobs in puppet projects non-voting in a single place. Change-Id: I4b1ded4d16d84e9324462c405eb9ecddd907ae1b
This commit is contained in:
parent
8a2708a08c
commit
d0bec1c812
16
.zuul.yaml
16
.zuul.yaml
@ -9,6 +9,8 @@
|
||||
- puppet-octavia-tripleo-standalone:
|
||||
voting: false
|
||||
|
||||
# redefine tripleo-ci-centos-8-scenario010-standalone with tripleo-puppet-ci
|
||||
# job as its base.
|
||||
- job:
|
||||
name: puppet-octavia-tripleo-standalone
|
||||
parent: tripleo-puppet-ci-centos-8-standalone
|
||||
@ -16,14 +18,14 @@
|
||||
TripleO standalone Job running Octavia specific Tempest tests.
|
||||
vars:
|
||||
build_container_images: true
|
||||
tags:
|
||||
- build
|
||||
- standalone
|
||||
- octavia
|
||||
featureset: '062'
|
||||
standalone_ceph: true
|
||||
featureset_override:
|
||||
validate_services: false
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user