From e1dad6a2929d8c7788a5ee32c0e29538b9b41aac Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 1 Apr 2020 11:00:10 -0400 Subject: [PATCH] vexxhost: load base-jobs & project-config pipelines With the previous change, we stopped having pipeline configuration loaded inside the vexxhost tenant, this restores the pipelines. Change-Id: I8fa6160b4694b93434d269973f95de8ed3ccd180 --- zuul/main.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zuul/main.yaml b/zuul/main.yaml index d6ada325f5..e314158324 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1522,13 +1522,12 @@ source: gerrit: config-projects: - # Only use jobs and secrets from this repo, we do not want - # the project definition. - - include: [job, secret, nodeset] + # We don't want to load the project to report on those repos + - exclude: [project] projects: - opendev/base-jobs - - vexxhost/base-jobs - opendev/project-config + - vexxhost/base-jobs untrusted-projects: - zuul/zuul-jobs - vexxhost/ansible-role-docker-distribution