blob: 3fc7505f588dec3f5b94d1794756b57a05d355fd [file] [log] [blame]
---
# zuul.d/standalone-jobs.yaml
# Zuul layout for TripleO standalone jobs.
# It contains all the jobs related to standalone installer testing.
- job:
name: periodic-tripleo-ci-centos-7-standalone-master
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '052'
release: master
featureset_override:
run_tempest: false
tempest_run_concurrency: 2
tempest_test_whitelist:
- 'tempest.scenario.test_minimum_basic.TestMinimumBasicScenario'
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern'
- '\[.*\bsmoke\b.*\]'
use_os_tempest: true
- job:
name: periodic-tripleo-ci-centos-7-standalone-upgrade-master
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '056'
release: master
playbooks:
- quickstart.yml
- multinode-standalone.yml
- multinode-standalone-upgrade.yml
tags:
- standalone
extra_tags:
- standalone-upgrade
- job:
name: periodic-tripleo-ci-centos-7-standalone-full-tempest-master
parent: periodic-tripleo-ci-centos-7-standalone-master
vars:
featureset: '052'
release: master
featureset_override:
run_tempest: false
tempest_run_concurrency: 2
tempest_services:
- cinder
- horizon
- neutron
tempest_test_whitelist:
- 'api'
- 'scenario'
use_os_tempest: true
- job:
name: periodic-tripleo-ci-fedora-28-centos-7-containers-standalone-master
parent: tripleo-ci-base-standalone-periodic
nodeset: single-upstream-fedora-28-node
vars:
featureset: '099'
featureset_override:
run_tempest: false
release: master
fedora_centos_mixed_distribution_job: true
- job:
name: periodic-tripleo-ci-fedora-28-standalone-master
parent: tripleo-ci-base-standalone-periodic
nodeset: single-upstream-fedora-28-node
vars:
featureset: '052'
release: master
- job:
name: periodic-tripleo-ci-centos-7-scenario001-standalone-master
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '052'
release: master
standalone_ceph: true
featureset_override:
standalone_container_cli: docker
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario001-standalone.yaml'
tempest_services:
- aodh
run_tempest: false
use_os_tempest: true
tempest_run_concurrency: 1
tempest_tempest_conf_overrides:
telemetry.alarm_granularity: '60'
auth.tempest_roles: "Member"
tempest_test_whitelist:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
- job:
name: periodic-tripleo-ci-centos-7-scenario002-standalone-master
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '052'
release: master
featureset_override:
run_tempest: false
standalone_container_cli: docker
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario002-standalone.yaml'
tempest_services:
- barbican
- ceilometer
- aodh
tempest_tempest_conf_overrides:
auth.tempest_roles: "'Member, creator'"
telemetry.alarm_granularity: '60'
tempest_test_whitelist:
- 'tempest.api.object_storage.test_object_services.ObjectTest'
- 'barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
use_os_tempest: true
- job:
name: periodic-tripleo-ci-centos-7-scenario003-standalone-master
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '052'
release: master
featureset_override:
run_tempest: false
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario003-standalone.yaml'
standalone_container_cli: docker
tempest_services:
- sahara
- mistral
tempest_tempest_conf_overrides:
auth.tempest_roles: "Member"
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'sahara_tempest_plugin.tests.api.test_data_sources.DataSourceTest'
- 'mistral_tempest_tests.tests.api.v2.test_actions.ActionTestsV2'
use_os_tempest: true
- job:
name: periodic-tripleo-ci-centos-7-scenario004-standalone-master
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '052'
release: master
standalone_ceph: true
featureset_override:
run_tempest: false
standalone_container_cli: docker
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario004-standalone.yaml'
tempest_services:
- manila
tempest_tempest_conf_overrides:
'auth.tempest_roles': 'Member'
'share.multitenancy_enabled': 'False'
'share.enable_protocols': 'cephfs'
'share.capability_snapshot_support': 'False'
'share.capability_create_share_from_snapshot_support': 'False'
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'manila_tempest_tests.tests.api.test_shares.SharesCephFSTest.test_create_get_delete_share'
use_os_tempest: true
- job:
name: periodic-tripleo-ci-fedora-28-scenario001-standalone-master
parent: periodic-tripleo-ci-centos-7-scenario001-standalone-master
nodeset: single-upstream-fedora-28-node
- job:
name: periodic-tripleo-ci-fedora-28-scenario002-standalone-master
parent: periodic-tripleo-ci-centos-7-scenario002-standalone-master
nodeset: single-upstream-fedora-28-node
- job:
name: periodic-tripleo-ci-fedora-28-scenario003-standalone-master
parent: periodic-tripleo-ci-centos-7-scenario003-standalone-master
nodeset: single-upstream-fedora-28-node
- job:
name: periodic-tripleo-ci-fedora-28-scenario004-standalone-master
parent: periodic-tripleo-ci-centos-7-scenario004-standalone-master
nodeset: single-upstream-fedora-28-node
- job:
name: periodic-tripleo-ci-centos-7-standalone-stein
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '052'
branch_override: "stable/stein"
release: stein
- job:
name: periodic-tripleo-ci-centos-7-standalone-full-tempest-stein
parent: periodic-tripleo-ci-centos-7-standalone-stein
vars:
featureset: '052'
branch_override: "stable/stein"
release: stein
featureset_override:
test_white_regex: '.*'
- job:
name: periodic-tripleo-ci-fedora-28-centos-7-containers-standalone-stein
parent: tripleo-ci-base-standalone-periodic
nodeset: single-upstream-fedora-28-node
vars:
featureset: '099'
branch_override: "stable/stein"
featureset_override:
run_tempest: false
release: stein
fedora_centos_mixed_distribution_job: true
- job:
name: periodic-tripleo-ci-fedora-28-standalone-stein
parent: tripleo-ci-base-standalone-periodic
nodeset: single-upstream-fedora-28-node
vars:
featureset: '052'
branch_override: "stable/stein"
release: stein
- job:
name: periodic-tripleo-ci-centos-7-scenario001-standalone-stein
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '052'
branch_override: "stable/stein"
release: stein
standalone_ceph: true
featureset_override:
standalone_container_cli: docker
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario001-standalone.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'
- job:
name: periodic-tripleo-ci-centos-7-scenario002-standalone-stein
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '052'
branch_override: "stable/stein"
release: stein
featureset_override:
standalone_container_cli: docker
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario002-standalone.yaml'
tempest_whitelist:
- 'tempest.api.object_storage.test_object_services.ObjectTest'
- 'barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
tempest_plugins:
- python-telemetry-tests-tempest
- python-barbican-tests-tempest
tempest_extra_config:
auth.tempest_roles: "'Member, creator'"
telemetry.alarm_granularity: '60'
test_white_regex: ""
- job:
name: periodic-tripleo-ci-centos-7-scenario003-standalone-stein
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '052'
branch_override: "stable/stein"
release: stein
featureset_override:
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario003-standalone.yaml'
standalone_container_cli: docker
tempest_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'sahara_tempest_plugin.tests.api.test_data_sources.DataSourceTest'
- 'mistral_tempest_tests.tests.api.v2.test_actions.ActionTestsV2'
tempest_plugins:
- python-sahara-tests-tempest
- python-mistral-tests-tempest
test_white_regex: ""
- job:
name: periodic-tripleo-ci-centos-7-scenario004-standalone-stein
parent: tripleo-ci-base-standalone-periodic
vars:
featureset: '052'
branch_override: "stable/stein"
release: stein
standalone_ceph: true
featureset_override:
standalone_container_cli: docker
standalone_environment_files:
- 'environments/low-memory-usage.yaml'
- 'ci/environments/scenario004-standalone.yaml'
tempest_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'manila_tempest_tests.tests.api.test_shares.SharesCephFSTest.test_create_get_delete_share'
tempest_plugins:
- python2-manila-tests-tempest
tempest_extra_config:
'share.multitenancy_enabled': 'False'
'share.enable_protocols': 'cephfs'
'share.capability_snapshot_support': 'False'
'share.capability_create_share_from_snapshot_support': 'False'
test_white_regex: ''
- job:
name: periodic-tripleo-ci-fedora-28-scenario001-standalone-stein
parent: periodic-tripleo-ci-centos-7-scenario001-standalone-stein
nodeset: single-upstream-fedora-28-node
- job:
name: periodic-tripleo-ci-fedora-28-scenario002-standalone-stein
parent: periodic-tripleo-ci-centos-7-scenario002-standalone-stein
nodeset: single-upstream-fedora-28-node
- job:
name: periodic-tripleo-ci-fedora-28-scenario003-standalone-stein
parent: periodic-tripleo-ci-centos-7-scenario003-standalone-stein
nodeset: single-upstream-fedora-28-node
- job:
name: periodic-tripleo-ci-fedora-28-scenario004-standalone-stein
parent: periodic-tripleo-ci-centos-7-scenario004-standalone-stein
nodeset: single-upstream-fedora-28-node
- job:
name: tripleo-ci-centos-7-standalone-rdo
parent: tripleo-ci-base-standalone-rdo
vars:
featureset: '052'
- job:
name: tripleo-ci-fedora-28-standalone-rdo
parent: tripleo-ci-base-standalone-rdo
nodeset: single-upstream-fedora-28-node
vars:
featureset: '052'