From a1b8abcf85ca25e88b01eff8f2cd15f71cd20db7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com>
Date: Thu, 20 Jun 2019 18:28:04 +0200
Subject: [PATCH] CI - remove unused required-projects
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

openstack/requirements is not used.
openstack/kolla is used conditionally when Zuul itself adds it
due to dependency.
No need to always clone the two repositories.

Change-Id: Iabfc25e2b4227ae227f06ab196ca544b02e7808f
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
---
 zuul.d/base.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml
index 51e65dedca..e62153fcfd 100644
--- a/zuul.d/base.yaml
+++ b/zuul.d/base.yaml
@@ -7,9 +7,7 @@
     attempts: 1
     timeout: 7200
     required-projects:
-      - openstack/kolla
       - openstack/kolla-ansible
-      - openstack/requirements
     irrelevant-files:
       - ^.*\.rst$
       - ^doc/.*
-- 
GitLab