From f8d27264e3941231e7b7f22b7eb9dfb0c971ef81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Fri, 13 Jul 2018 21:57:46 +0200 Subject: [PATCH] Move scenario009 to the check queue This scenario tests OpenShift deployment managed by TripleO on BM nodes. We got the job working last week and it's been working fine since then. Let's move it to the check queue as a non-voting job for now and, eventually, make it voting. Change-Id: I302c03844603d270bb3a9787f6e2084e23fb7f9c --- zuul.d/layout.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 8c8280bff..e698898f8 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -43,6 +43,10 @@ files: - ^container-images/.*$ - tripleo_common/image/kolla_builder.py + - tripleo-ci-centos-7-scenario009-multinode-oooq: + files: + - ^container-images/.*$ + - tripleo_common/image/kolla_builder.py gate: queue: tripleo jobs: @@ -78,9 +82,3 @@ files: - ^container-images/.*$ - tripleo_common/image/kolla_builder.py - experimental: - jobs: - - tripleo-ci-centos-7-scenario009-multinode-oooq: - files: - - ^container-images/.*$ - - tripleo_common/image/kolla_builder.py