5565bb60a0
This change reduces scope of tempest tests executed in TripleO job so that we run the same set of Octavia tests as the ones used in tripleo-ci-centos-N-scenario010-standalone job in TripleO repos which enables Octavia with Amphora driver. Change-Id: I3d879b2b8dd6110dfc1949d377c36c9cc3686ed7
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
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:
|
|
run_tempest: false
|
|
tempest_test_whitelist:
|
|
- 'octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor'
|
|
- 'octavia_tempest_plugin.tests.scenario.v2.test_listener'
|
|
- 'octavia_tempest_plugin.tests.scenario.v2.test_member'
|
|
- 'octavia_tempest_plugin.tests.scenario.v2.test_load_balancer'
|
|
use_os_tempest: true
|
|
validate_services: false
|
|
standalone_environment_files:
|
|
- 'environments/low-memory-usage.yaml'
|
|
- 'ci/environments/scenario010-standalone.yaml'
|