9c42669416
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: Ief4619ab4970bfea8dfcbac47ab3cd5aa951d7a1
44 lines
1.6 KiB
YAML
44 lines
1.6 KiB
YAML
- job:
|
|
name: grenade-dsvm-ceilometer
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/grenade-dsvm-ceilometer/run.yaml
|
|
post-run: playbooks/legacy/grenade-dsvm-ceilometer/post.yaml
|
|
timeout: 10800
|
|
required-projects:
|
|
- openstack-dev/grenade
|
|
- openstack-infra/devstack-gate
|
|
- openstack/ceilometer
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- grenade-dsvm-ceilometer:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
- telemetry-dsvm-integration
|
|
gate:
|
|
jobs:
|
|
- grenade-dsvm-ceilometer:
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
- 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
|