aodh/.zuul.yaml
Takashi Kajinami e52699f9eb Make PostgreSQL functional job non-voting
This job has been broken because of a known regression in openstack
CLI. The issue is being fixed in 7.1.3 but the release is not yet
pulled into master. Make the job non-voting to unblock the gate now.

Change-Id: I92bd612dae86bb6a8a1342daee54bdf00098501c
2024-10-09 16:56:37 +09:00

151 lines
5.0 KiB
YAML

- project:
queue: telemetry
templates:
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- check-requirements
check:
jobs:
- aodh-tempest-plugin-mysql
- aodh-tempest-plugin-postgresql
- telemetry-dsvm-integration:
irrelevant-files: &aodh-irrelevant-files
- ^(test-|)requirements.txt$
- ^setup.cfg$
- ^doc/.*$
- ^.*\.rst$
- ^releasenotes/.*$
- ^aodh/tests/.*$
- ^aodh/locale/.*$
- ^tools/.*$
- ^tox.ini$
vars:
# TODO: Update the plugins so they work with global venv
devstack_localrc:
GLOBAL_VENV: False
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
telemetry_services:
metric_backends: gnocchi
- telemetry-dsvm-integration-ipv6-only:
irrelevant-files: *aodh-irrelevant-files
vars:
# TODO: Update the plugins so they work with global venv
devstack_localrc:
GLOBAL_VENV: False
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
telemetry_services:
metric_backends: gnocchi
- telemetry-dsvm-integration-centos-9s:
irrelevant-files: *aodh-irrelevant-files
vars:
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
telemetry_services:
metric_backends: gnocchi
- telemetry-dsvm-integration-centos-9s-fips:
irrelevant-files: *aodh-irrelevant-files
vars:
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
telemetry_services:
metric_backends: gnocchi
gate:
jobs:
- aodh-tempest-plugin-mysql
- aodh-tempest-plugin-postgresql
- telemetry-dsvm-integration:
irrelevant-files: *aodh-irrelevant-files
vars:
# TODO: Update the plugins so they work with global venv
devstack_localrc:
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:
irrelevant-files: *aodh-irrelevant-files
vars:
# TODO: Update the plugins so they work with global venv
devstack_localrc:
GLOBAL_VENV: False
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
telemetry_services:
metric_backends: gnocchi
- telemetry-dsvm-integration-centos-9s:
irrelevant-files: *aodh-irrelevant-files
vars:
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
telemetry_services:
metric_backends: gnocchi
- telemetry-dsvm-integration-centos-9s-fips:
irrelevant-files: *aodh-irrelevant-files
vars:
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
telemetry_services:
metric_backends: gnocchi
- job:
name: aodh-tempest-plugin-postgresql
parent: telemetry-tempest-base
irrelevant-files: *aodh-irrelevant-files
voting: false
vars:
devstack_services:
postgresql: true
mysql: false
devstack_localrc:
DATABASE_TYPE: postgresql
AODH_BACKEND: postgresql
USE_PYTHON3: True
# TODO: Update the plugins so they work with global venv
GLOBAL_VENV: False
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
telemetry_services:
metric_backends: gnocchi
alarm_backend: postgresql
service_available:
gnocchi: True
sg-core: False
tempest_test_regex: telemetry_tempest_plugin.aodh
- job:
name: aodh-tempest-plugin-mysql
parent: telemetry-tempest-base
irrelevant-files: *aodh-irrelevant-files
vars:
devstack_localrc:
AODH_BACKEND: "mysql"
USE_PYTHON3: True
# TODO: Update the plugins so they work with global venv
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