From 0efa293d559df2cc3df911839faa4691fca2f14e Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 23 Dec 2019 20:31:53 -0500 Subject: [PATCH] Include a check queue for all projects This patch adds every project into the check queue in the Zuul tenant to make sure that it does zuul.yaml validation and allows for an initial self-testing commit. This is needed for Zuul because in openstack/project-config we define a system-required template which does this for all the projects. Change-Id: I80e9f59edc23d63aac9b098eea411a9e023b19f1 --- zuul.d/projects.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index a9dcd35..733447a 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -1,3 +1,10 @@ +- project: + name: ^zuul/.* + # Include a check queue so that initially every repo has a check queue + # and we can report invalid zuul.yaml files. + check: + jobs: [] + - project: name: zuul/project-config check: