From d914feae41f53a79b03e36a7949967a9fdb51c3f Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Mon, 2 Dec 2019 14:12:53 +0200 Subject: [PATCH] Make containerized-undercloud-upgrades vote on train The Depends-On makes the job green for the related bug. We should immediately make that voting for train. Depends-On: https://review.opendev.org/695242 Change-Id: I57fd8ce279acdb31c6764a1a0898dada11ad40ad Related-Bug: 1853812 --- zuul.d/layout.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index f0f070ef3..cfd5072eb 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -46,6 +46,7 @@ - tripleo-ci-centos-7-scenario012-standalone: dependencies: *deps_unit_lint - tripleo-ci-centos-7-containerized-undercloud-upgrades: + voting: true dependencies: *deps_unit_lint - tripleo-ci-centos-7-containers-undercloud-minion: dependencies: *deps_unit_lint @@ -58,3 +59,5 @@ queue: tripleo jobs: - openstack-tox-pep8 + - tripleo-ci-centos-7-containerized-undercloud-upgrades: + voting: true