Add tempest configs to jobs
Change-Id: I5f1fe1a02dbccfca48c95e97657c72054016a17e
This commit is contained in:
parent
5e2851df64
commit
bd06669627
62
.zuul.yaml
62
.zuul.yaml
@ -1,4 +1,4 @@
|
|||||||
- project:
|
- project:
|
||||||
queue: telemetry
|
queue: telemetry
|
||||||
templates:
|
templates:
|
||||||
- openstack-python3-jobs
|
- openstack-python3-jobs
|
||||||
@ -24,16 +24,38 @@
|
|||||||
# TODO: Update the plugins so they work with global venv
|
# TODO: Update the plugins so they work with global venv
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
GLOBAL_VENV: False
|
GLOBAL_VENV: False
|
||||||
|
devstack_local_conf:
|
||||||
|
test-config:
|
||||||
|
$TEMPEST_CONFIG:
|
||||||
|
telemetry_services:
|
||||||
|
metric_backends: gnocchi
|
||||||
- telemetry-dsvm-integration-ipv6-only:
|
- telemetry-dsvm-integration-ipv6-only:
|
||||||
irrelevant-files: *aodh-irrelevant-files
|
irrelevant-files: *aodh-irrelevant-files
|
||||||
vars:
|
vars:
|
||||||
# TODO: Update the plugins so they work with global venv
|
# TODO: Update the plugins so they work with global venv
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
GLOBAL_VENV: False
|
GLOBAL_VENV: False
|
||||||
|
devstack_local_conf:
|
||||||
|
test-config:
|
||||||
|
$TEMPEST_CONFIG:
|
||||||
|
telemetry_services:
|
||||||
|
metric_backends: gnocchi
|
||||||
- telemetry-dsvm-integration-centos-9s:
|
- telemetry-dsvm-integration-centos-9s:
|
||||||
irrelevant-files: *aodh-irrelevant-files
|
irrelevant-files: *aodh-irrelevant-files
|
||||||
|
vars:
|
||||||
|
devstack_local_conf:
|
||||||
|
test-config:
|
||||||
|
$TEMPEST_CONFIG:
|
||||||
|
telemetry_services:
|
||||||
|
metric_backends: gnocchi
|
||||||
- telemetry-dsvm-integration-centos-9s-fips:
|
- telemetry-dsvm-integration-centos-9s-fips:
|
||||||
irrelevant-files: *aodh-irrelevant-files
|
irrelevant-files: *aodh-irrelevant-files
|
||||||
|
vars:
|
||||||
|
devstack_local_conf:
|
||||||
|
test-config:
|
||||||
|
$TEMPEST_CONFIG:
|
||||||
|
telemetry_services:
|
||||||
|
metric_backends: gnocchi
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- aodh-tempest-plugin-mysql
|
- aodh-tempest-plugin-mysql
|
||||||
@ -44,16 +66,41 @@
|
|||||||
# TODO: Update the plugins so they work with global venv
|
# TODO: Update the plugins so they work with global venv
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
GLOBAL_VENV: False
|
GLOBAL_VENV: False
|
||||||
|
devstack_local_conf:
|
||||||
|
test-config:
|
||||||
|
$TEMPEST_CONFIG:
|
||||||
|
telemetry_services:
|
||||||
|
metric_backends: gnocchi, prometheus
|
||||||
|
service_available:
|
||||||
|
gnocchi: True
|
||||||
|
sg-core: True
|
||||||
- telemetry-dsvm-integration-ipv6-only:
|
- telemetry-dsvm-integration-ipv6-only:
|
||||||
irrelevant-files: *aodh-irrelevant-files
|
irrelevant-files: *aodh-irrelevant-files
|
||||||
vars:
|
vars:
|
||||||
# TODO: Update the plugins so they work with global venv
|
# TODO: Update the plugins so they work with global venv
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
GLOBAL_VENV: False
|
GLOBAL_VENV: False
|
||||||
|
devstack_local_conf:
|
||||||
|
test-config:
|
||||||
|
$TEMPEST_CONFIG:
|
||||||
|
telemetry_services:
|
||||||
|
metric_backends: gnocchi
|
||||||
- telemetry-dsvm-integration-centos-9s:
|
- telemetry-dsvm-integration-centos-9s:
|
||||||
irrelevant-files: *aodh-irrelevant-files
|
irrelevant-files: *aodh-irrelevant-files
|
||||||
|
vars:
|
||||||
|
devstack_local_conf:
|
||||||
|
test-config:
|
||||||
|
$TEMPEST_CONFIG:
|
||||||
|
telemetry_services:
|
||||||
|
metric_backends: gnocchi
|
||||||
- telemetry-dsvm-integration-centos-9s-fips:
|
- telemetry-dsvm-integration-centos-9s-fips:
|
||||||
irrelevant-files: *aodh-irrelevant-files
|
irrelevant-files: *aodh-irrelevant-files
|
||||||
|
vars:
|
||||||
|
devstack_local_conf:
|
||||||
|
test-config:
|
||||||
|
$TEMPEST_CONFIG:
|
||||||
|
telemetry_services:
|
||||||
|
metric_backends: gnocchi
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: aodh-tempest-plugin-postgresql
|
name: aodh-tempest-plugin-postgresql
|
||||||
@ -73,7 +120,11 @@
|
|||||||
test-config:
|
test-config:
|
||||||
$TEMPEST_CONFIG:
|
$TEMPEST_CONFIG:
|
||||||
telemetry_services:
|
telemetry_services:
|
||||||
|
metric_backends: gnocchi
|
||||||
alarm_backend: postgresql
|
alarm_backend: postgresql
|
||||||
|
service_available:
|
||||||
|
gnocchi: True
|
||||||
|
sg-core: False
|
||||||
tempest_test_regex: telemetry_tempest_plugin.aodh
|
tempest_test_regex: telemetry_tempest_plugin.aodh
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
@ -86,4 +137,13 @@
|
|||||||
USE_PYTHON3: True
|
USE_PYTHON3: True
|
||||||
# TODO: Update the plugins so they work with global venv
|
# TODO: Update the plugins so they work with global venv
|
||||||
GLOBAL_VENV: False
|
GLOBAL_VENV: False
|
||||||
|
devstack_local_conf:
|
||||||
|
test-config:
|
||||||
|
$TEMPEST_CONFIG:
|
||||||
|
telemetry_services:
|
||||||
|
metric_backends: gnocchi
|
||||||
|
alarm_backend: mysql
|
||||||
|
service_available:
|
||||||
|
gnocchi: True
|
||||||
|
sg-core: False
|
||||||
tempest_test_regex: telemetry_tempest_plugin.aodh
|
tempest_test_regex: telemetry_tempest_plugin.aodh
|
||||||
|
Loading…
Reference in New Issue
Block a user