Merge "Revert "Temporarily switch dvsm-integration off""

This commit is contained in:
Zuul 2020-12-01 19:10:44 +00:00 committed by Gerrit Code Review
commit ac92c378b8
1 changed files with 39 additions and 0 deletions

View File

@ -3,3 +3,42 @@
- openstack-python3-wallaby-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- telemetry-dsvm-integration:
irrelevant-files: &base-irrelevant-files
- ^(test-|)requirements.txt$
- ^.*\.rst$
- ^.git.*$
- ^doc/.*$
- ^panko/hacking/.*$
- ^panko/locale/.*$
- ^panko/tests/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$
- telemetry-dsvm-integration-ipv6-only:
irrelevant-files: *base-irrelevant-files
# 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-standalone:
voting: false
- tripleo-ci-centos-7-scenario002-multinode-oooq:
voting: false
- tripleo-ci-centos-7-scenario002-standalone:
voting: false
gate:
jobs:
- telemetry-dsvm-integration:
irrelevant-files: *base-irrelevant-files
- telemetry-dsvm-integration-ipv6-only:
irrelevant-files: *base-irrelevant-files