ce21543a5f
This change uses the new telemetry integration plugin and move the tripleo jobs to experimental Depends-On: I72ce33828febb48136e239d0e70f07674aef9d4a Change-Id: Ie29449e64b6745707ea8593bd716f6104f4882bf
58 lines
2.1 KiB
YAML
58 lines
2.1 KiB
YAML
- project:
|
|
name: openstack/aodh
|
|
check:
|
|
jobs:
|
|
- aodh-dsvm-tempest-plugin-mysql
|
|
- aodh-dsvm-tempest-plugin-postgresql
|
|
- telemetry-dsvm-integration
|
|
gate:
|
|
jobs:
|
|
- aodh-dsvm-tempest-plugin-mysql
|
|
- aodh-dsvm-tempest-plugin-postgresql
|
|
- telemetry-dsvm-integration
|
|
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-multinode-oooq-container
|
|
- tripleo-ci-centos-7-scenario002-multinode-oooq
|
|
- tripleo-ci-centos-7-scenario002-multinode-oooq-container
|
|
|
|
- job:
|
|
name: aodh-dsvm-tempest-plugin-mysql
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/aodh-dsvm-tempest-plugin-mysql/run.yaml
|
|
post-run: playbooks/legacy/aodh-dsvm-tempest-plugin-mysql/post.yaml
|
|
timeout: 7800
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/aodh
|
|
# To install Gnocchi
|
|
- openstack/ceilometer
|
|
- openstack/telemetry-tempest-plugin
|
|
- openstack/tempest
|
|
|
|
- job:
|
|
name: aodh-dsvm-tempest-plugin-postgresql
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/aodh-dsvm-tempest-plugin-postgresql/run.yaml
|
|
post-run: playbooks/legacy/aodh-dsvm-tempest-plugin-postgresql/post.yaml
|
|
timeout: 7800
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/aodh
|
|
# To install Gnocchi
|
|
- openstack/ceilometer
|
|
- openstack/telemetry-tempest-plugin
|
|
- openstack/tempest
|