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:
Takashi Kajinami 2020-10-24 23:19:30 +09:00
parent 8a2708a08c
commit d0bec1c812
1 changed files with 9 additions and 7 deletions

View File

@ -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