- project: templates: - openstack-python3-ussuri-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - aodh-tempest-plugin-mysql - aodh-tempest-plugin-postgresql - telemetry-dsvm-integration - telemetry-dsvm-integration-ipv6-only gate: jobs: - aodh-tempest-plugin-mysql - aodh-tempest-plugin-postgresql - telemetry-dsvm-integration - telemetry-dsvm-integration-ipv6-only experimental: jobs: # TripleO jobs that deploy Telemetry. # Note we don't use a project-template here, so it's easier # to disable voting on one specific job if things go wrong. # tripleo-ci-centos-7-scenario00(1|2)-multinode-oooq will only # run on stable/pike while the -container will run in Queens # and beyond. # If you need any support to debug these jobs in case of # failures, please reach us on #tripleo IRC channel. # NOTE(sileht): These job takes 3 hours and fail most of the times. # While other jobs take 20-30 minutes # We can reenable it when they take less times. - tripleo-ci-centos-7-scenario001-multinode-oooq - tripleo-ci-centos-7-scenario001-standalone - tripleo-ci-centos-7-scenario002-multinode-oooq - tripleo-ci-centos-7-scenario002-standalone - job: name: aodh-tempest-plugin-postgresql parent: telemetry-tempest-base irrelevant-files: &aodh-irrelevant-files - ^(test-|)requirements.txt$ - ^setup.cfg$ - ^doc/.*$ - ^.*\.rst$ - ^releasenotes/.*$ - ^aodh/tests/.*$ vars: devstack_services: postgresql: true mysql: false devstack_localrc: DATABASE_TYPE: "postgresql" AODH_BACKEND: "postgresql" USE_PYTHON3: True 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 tempest_test_regex: telemetry_tempest_plugin.aodh