Remove the telemetry-dsvm-integration-train job

I'd like to remove old jobs from the telemetry-tempest plugin
repository to cleanup the .zuul.yaml file there. This means,
that I'd like to remove the telemetry-dsvm-integration-train
job and for that it can't be used here.

Change-Id: I35a075985f192a576d2d6dcd521417a95977a00b
This commit is contained in:
Jaromir Wysoglad 2023-11-14 09:48:09 -05:00
parent d2ba20f241
commit f0962c315a
1 changed files with 4 additions and 5 deletions

View File

@ -1,13 +1,12 @@
- project: - project:
templates: templates:
- openstack-python-jobs - openstack-python-jobs
- openstack-python3-train-jobs
- publish-openstack-docs-pti - publish-openstack-docs-pti
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:
jobs: jobs:
- telemetry-dsvm-integration-train - telemetry-dsvm-integration-ipv6-only:
- telemetry-dsvm-integration-ipv6-only voting: false
# TripleO jobs that deploy Telemetry. # TripleO jobs that deploy Telemetry.
# Note we don't use a project-template here, so it's easier # Note we don't use a project-template here, so it's easier
# to disable voting on one specific job if things go wrong. # to disable voting on one specific job if things go wrong.
@ -26,5 +25,5 @@
voting: false voting: false
gate: gate:
jobs: jobs:
- telemetry-dsvm-integration-train - telemetry-dsvm-integration-ipv6-only:
- telemetry-dsvm-integration-ipv6-only voting: false