
The most recent SQLAlchemy and Alembic versions are now in upper-constraints. As a result, this job has served its purpose and can be removed. For more information, see [1]. [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/RBHXHTO3GUOOXVSZXD4C2O3TKDOH2QSC/ Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Depends-on: https://review.opendev.org/c/openstack/requirements/+/879743 Change-Id: I6b84ecb57cc84601d8c8bfbc37ec2f9b54dca879
90 lines
3.0 KiB
YAML
90 lines
3.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
|
|
- 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
|
|
- telemetry-dsvm-integration-centos-9s:
|
|
irrelevant-files: *aodh-irrelevant-files
|
|
- telemetry-dsvm-integration-centos-9s-fips:
|
|
irrelevant-files: *aodh-irrelevant-files
|
|
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
|
|
- 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
|
|
- telemetry-dsvm-integration-centos-9s:
|
|
irrelevant-files: *aodh-irrelevant-files
|
|
- telemetry-dsvm-integration-centos-9s-fips:
|
|
irrelevant-files: *aodh-irrelevant-files
|
|
|
|
- job:
|
|
name: aodh-tempest-plugin-postgresql
|
|
parent: telemetry-tempest-base
|
|
irrelevant-files: *aodh-irrelevant-files
|
|
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:
|
|
alarm_backend: postgresql
|
|
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
|
|
tempest_test_regex: telemetry_tempest_plugin.aodh
|