From b367ae339f80e136bdc986c07aca6d7b5e6b023a Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 17 Sep 2019 14:42:26 -0700 Subject: [PATCH] Add upstream Gerrit projects to OpenDev Zuul tenant This will allow us to create a third-party-check pipeline in the OpenDev tenant, which is probably a better home than the OpenStack tenant (system-config should eventually move here as well). Change-Id: I9968048024c61bcba5e60d1096e80218e29f2586 --- zuul/main.yaml | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/zuul/main.yaml b/zuul/main.yaml index ab47abd4a3..1413a383e9 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -21,6 +21,28 @@ # required-projects - openstack/magnum: include: [] + googlesource: + untrusted-projects: + - include: [] + projects: &googlesource_projects + - gerrit + - plugins/checks + - plugins/codemirror-editor + - plugins/commit-message-length-validator + - plugins/delete-project + - plugins/download-commands + - plugins/gitiles + - plugins/hooks + - plugins/importer + - plugins/its-base + - plugins/its-storyboard + - plugins/javamelody + - plugins/plugin-manager + - plugins/replication + - plugins/reviewnotes + - plugins/singleusergroup + - plugins/verify-status + - plugins/webhooks - tenant: name: kata-containers @@ -1578,25 +1600,7 @@ googlesource: untrusted-projects: - include: [] - projects: - - gerrit - - plugins/checks - - plugins/codemirror-editor - - plugins/commit-message-length-validator - - plugins/delete-project - - plugins/download-commands - - plugins/gitiles - - plugins/hooks - - plugins/importer - - plugins/its-base - - plugins/its-storyboard - - plugins/javamelody - - plugins/plugin-manager - - plugins/replication - - plugins/reviewnotes - - plugins/singleusergroup - - plugins/verify-status - - plugins/webhooks + projects: *googlesource_projects - tenant: name: zuul