aodh/.zuul.yaml

75 lines
2.7 KiB
YAML

- project:
name: openstack/aodh
check:
jobs:
- aodh-dsvm-tempest-plugin-mysql
- aodh-dsvm-tempest-plugin-postgresql
- telemetry-dsvm-integration-aodh
# 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.
- tripleo-ci-centos-7-scenario001-multinode-oooq:
voting: false
- tripleo-ci-centos-7-scenario001-multinode-oooq-container:
voting: false
- tripleo-ci-centos-7-scenario002-multinode-oooq:
voting: false
- tripleo-ci-centos-7-scenario002-multinode-oooq-container:
voting: false
gate:
jobs:
- aodh-dsvm-tempest-plugin-mysql
- aodh-dsvm-tempest-plugin-postgresql
- telemetry-dsvm-integration-aodh
- 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
# Disabling this job in order to remove aodh tempest plugin as they are
# moved to telemetry-tempest-plugin, It will be reenabled once this patch
# get's merged.
voting: false
required-projects:
- openstack-infra/devstack-gate
- openstack/aodh
- 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
# Disabling this job in order to remove aodh tempest plugin as they are
# moved to telemetry-tempest-plugin, It will be reenabled once this patch
# get's merged.
voting: false
required-projects:
- openstack-infra/devstack-gate
- openstack/aodh
- openstack/tempest
- job:
name: telemetry-dsvm-integration-aodh
parent: legacy-dsvm-base
run: playbooks/legacy/telemetry-dsvm-integration-aodh/run.yaml
post-run: playbooks/legacy/telemetry-dsvm-integration-aodh/post.yaml
timeout: 7800
required-projects:
- openstack-infra/devstack-gate
- openstack/aodh
- openstack/ceilometer
- openstack/panko
# following are required when DEVSTACK_GATE_HEAT, which this
# job turns on
- openstack/dib-utils
- openstack/diskimage-builder