From 9fdbed9c27c58b104a601a39638030ee3db1b794 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 17 Aug 2023 09:59:09 -0700 Subject: [PATCH] Run bootstrap-bridge with empty nodeset We are currently using the default nodeset on the infra-prod-bootstrap-bridge job which results in us waiting for a node that we end up ignoring. As far as I can tell this job runs against localhost and the add_host bridge entry. It ignores the default test node from the nodeset. Speed up job execution and reduce node waste by setting an empty nodeset on the job. Change-Id: I8c3ffda60b92a8655989579335a49423fbdd18a2 --- zuul.d/infra-prod.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/infra-prod.yaml b/zuul.d/infra-prod.yaml index c0e88125eb..08f4d955c4 100644 --- a/zuul.d/infra-prod.yaml +++ b/zuul.d/infra-prod.yaml @@ -55,6 +55,8 @@ - playbooks/roles/root-keys/ - inventory/base/hosts.yaml - inventory/service/group_vars/bastion.yaml + nodeset: + nodes: [] - job: name: infra-prod-base