aodh/.zuul.yaml
OpenDev Sysadmins 80fd5c0c05 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:30:26 +00:00

63 lines
2.2 KiB
YAML

- project:
templates:
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
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-standalone
- tripleo-ci-centos-7-scenario002-multinode-oooq
- tripleo-ci-centos-7-scenario002-standalone
- 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/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/devstack-gate
- openstack/aodh
# To install Gnocchi
- openstack/ceilometer
- openstack/telemetry-tempest-plugin
- openstack/tempest