From 377286efd833ceecb772c4484f8baf53b84cfe45 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Tue, 9 Jun 2020 11:01:40 -0500 Subject: [PATCH] Add 32GB nodeset definition This change defines the 32GB node option to be used in rare cases when a particular check requires more resources than a normal run can provide. Change-Id: I9ff79f98a0f1874411c0df19cb07b5473d82992a --- zuul.d/nodesets.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zuul.d/nodesets.yaml b/zuul.d/nodesets.yaml index bd06e41f4..2a83d6f14 100644 --- a/zuul.d/nodesets.yaml +++ b/zuul.d/nodesets.yaml @@ -147,3 +147,13 @@ - node-2 - node-3 - node-4 + +- nodeset: + name: openstack-helm-single-32GB-node + nodes: + - name: primary + label: ubuntu-bionic-32GB + groups: + - name: primary + nodes: + - primary