Merge "Add tripleo-ci-centos-7-scenario001-standalone job"

This commit is contained in:
Zuul 2018-12-15 02:35:27 +00:00 committed by Gerrit Code Review
commit 33fcad7832
2 changed files with 28 additions and 1 deletions

View File

@ -59,6 +59,7 @@
- tripleo-ci-fedora-28-standalone
- tripleo-ci-centos-7-standalone-upgrade
- tripleo-ci-centos-7-scenario003-standalone
- tripleo-ci-centos-7-scenario001-standalone
gate:
queue: tripleo
jobs:
@ -142,7 +143,7 @@
- job:
name: tripleo-ci-centos-7-scenario001-multinode-oooq-container
parent: tripleo-ci-base-multinode
branches: ^(?!stable/(newton|ocata)).*$
branches: ^stable/(pike|queens|rocky).*$
voting: false
vars:
nodes: 1ctlr

View File

@ -80,6 +80,7 @@
check:
jobs:
- tripleo-ci-centos-7-scenario003-standalone
- tripleo-ci-centos-7-scenario001-standalone
- job:
name: tripleo-ci-centos-7-scenario003-standalone
@ -102,3 +103,28 @@
- python-sahara-tests-tempest
- python-mistral-tests-tempest
test_white_regex: ""
- job:
name: tripleo-ci-centos-7-scenario001-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_container_cli: docker
standalone_environment_files:
- 'ci/environments/scenario001-standalone.yaml'
- 'environments/low-memory-usage.yaml'
tempest_plugins:
- python-telemetry-tests-tempest
- python-heat-tests-tempest
test_white_regex: ''
tempest_workers: 1
tempest_extra_config: {'telemetry.alarm_granularity': '60'}
tempest_whitelist:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'