From 0242d974375b3bc8cb661c2628ea2d501180217f Mon Sep 17 00:00:00 2001 From: Andrii Ostapenko Date: Wed, 8 Jul 2020 07:18:20 -0500 Subject: [PATCH] Add openstack-helm-single-16GB-node nodeset Based on 8 CPU 16GB memory ubuntu-bionic-expanded label Change-Id: I1ef27858b5b02d367eea1c24447aefa2b6712458 Signed-off-by: Andrii Ostapenko --- zuul.d/nodesets.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zuul.d/nodesets.yaml b/zuul.d/nodesets.yaml index a4cb079bd..bf9f5ae57 100644 --- a/zuul.d/nodesets.yaml +++ b/zuul.d/nodesets.yaml @@ -157,4 +157,14 @@ - name: primary nodes: - primary + +- nodeset: + name: openstack-helm-single-16GB-node + nodes: + - name: primary + label: ubuntu-bionic-expanded + groups: + - name: primary + nodes: + - primary ...