From c19b58c539ea6d34c33b05911bbbd2a8af7bb2c7 Mon Sep 17 00:00:00 2001 From: Martin Magr Date: Thu, 19 Nov 2020 15:03:07 +0100 Subject: [PATCH] Make telemetry-dsvm-integration non-voting The job currently fails in train for irrelevant reasons. Change-Id: Ib3e2f430914f5300cc9be053b6c3867d7eefd93b --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 05886266..f302e3cf 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,7 +6,7 @@ - release-notes-jobs-python3 check: jobs: - - telemetry-dsvm-integration + - telemetry-dsvm-integration-train - telemetry-dsvm-integration-ipv6-only # TripleO jobs that deploy Telemetry. # Note we don't use a project-template here, so it's easier @@ -26,5 +26,5 @@ voting: false gate: jobs: - - telemetry-dsvm-integration + - telemetry-dsvm-integration-train - telemetry-dsvm-integration-ipv6-only