From 7f3e8df345bd8be9fbbf709658b5fe6d38e68692 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 11 Dec 2017 10:39:15 -0800 Subject: [PATCH] Remove duplicate dictionary in zuul config The second jobs stanza was overwriting the first. Unfortunately, this is not detected by the YAML parser. Change-Id: I05b173001a542df19abda0cb235a1cb839b9eb7d --- zuul.d/layout.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 07fae9919..f9154a3b1 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -24,7 +24,6 @@ files: - workbooks/ceph-ansible.yaml - ^container-images/.*$ - jobs: - tripleo-ci-centos-7-scenario007-multinode-oooq-container: files: - ^container-images/.*$ @@ -45,7 +44,6 @@ files: - workbooks/ceph-ansible.yaml - ^container-images/.*$ - jobs: - tripleo-ci-centos-7-scenario007-multinode-oooq-container: files: - ^container-images/.*$