d0bec1c812
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
32 lines
925 B
YAML
32 lines
925 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
|
|
|
|
# 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
|
|
description: |
|
|
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'
|