From 60e5b59c6c6f5f1c43ae3047852d4d84134b4c75 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 11 Jul 2019 12:08:15 -0700 Subject: [PATCH] Include nodesets in zuul/nodepool We're sharing jobs from the zuul/nodepool repos with the openstack tenant, so we also need to include nodeset objects which may be referenced by those jobs. Change-Id: If468622d21407858c6d2a8b24037501b0ca5fc48 --- zuul/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul/main.yaml b/zuul/main.yaml index ac09b2ff81..cc8c776d8e 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1530,9 +1530,9 @@ - x/xstatic-qunit - x/zmq-event-publisher - zuul/nodepool: - include: ['job', 'secret'] + include: ['job', 'secret', 'nodeset'] - zuul/zuul: - include: ['job', 'secret'] + include: ['job', 'secret', 'nodeset'] github: untrusted-projects: # Don't load any configuration from these projects because we