Merge "Initial addition of scenario010 standalone job"

This commit is contained in:
Zuul 2019-03-28 16:17:53 +00:00 committed by Gerrit Code Review
commit 365d99da1e
1 changed files with 53 additions and 0 deletions

View File

@ -235,6 +235,38 @@
- roles/common/.*
- roles/prepare-node/.*
- roles/ceph-loop-device/.* # scen1/4 ceph
- tripleo-ci-centos-7-scenario010-standalone:
files:
# tripleo-common
- workbooks/octavia_post.yaml
- playbooks/octavia-files.yaml
- playbooks/roles/octavia.*$
- playbooks/roles/common/.*$
- ^container-images/.*$
- tripleo_common/actions/ansible.py
- tripleo_common/image/kolla_builder.py
- zuul.d/layout.yaml
# tripleo-quickstart
- config/general_config/featureset052.yml
# puppet-tripleo
- ^manifests/profile/base/octavia.*$
# tripleo-quickstart-extras
- roles/standalone/.*
- roles/validate-tempest/.*
# tripleo-ci
- roles/run-test/.*
- roles/common/.*
- roles/prepare-node/.*
# tripleo-heat-templates
# TODO(beagles): octavia testing touches neutron, glance and nova.
# It may be sensible to expand this list after it has proven itself.
- ^(docker/services|deployment)/octavia.*$
- ci/environments/scenario010-standalone.yaml
- ^environments\services/octavia.*.yaml
- ^deployed-server/.*$
- ^network/endpoints/.*$
- ^common/.*$
- zuul.d/*
- tripleo-ci-centos-7-scenario012-standalone:
files:
# tripleo-common
@ -511,6 +543,27 @@
'share.capability_create_share_from_snapshot_support': 'False'
test_white_regex: ''
- job:
name: tripleo-ci-centos-7-scenario010-standalone
voting: false
parent: tripleo-ci-base-standalone
nodeset: single-centos-7-node
branches: ^(?!stable/(newton|ocata|pike|queens|rocky)).*$
vars:
featureset: '052'
standalone_ceph: true
featureset_override:
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'environments/services/octavia.yaml'
- 'ci/environments/scenario010-standalone.yaml'
# TODO(beagles): we need to be able to obtain amphora image in order to run tests.
run_tempest: false
tempest_whitelist: []
tempest_plugins:
- python2-octavia-tests-tempest
test_white_regex: ''
- job:
name: tripleo-ci-centos-7-scenario012-standalone
voting: false