From d6eba660f52216dee02a6e99c04183451c2db8ee Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Mon, 10 Feb 2020 14:00:56 +0100 Subject: [PATCH] Add new nodesets to the gates configuration Change-Id: Iaee19752fe99cc7f048f72ca2912714e2b7f1146 --- zuul.d/nodesets.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/zuul.d/nodesets.yaml b/zuul.d/nodesets.yaml index 611facf3f..59c4a685a 100644 --- a/zuul.d/nodesets.yaml +++ b/zuul.d/nodesets.yaml @@ -15,3 +15,30 @@ nodes: - name: primary label: ubuntu-bionic +- nodeset: + name: airship-airshipctl-full-4-nodes-bionic-cluster + nodes: + - name: primary + label: ubuntu-bionic-32GB + - name: compute-1 + label: ubuntu-bionic-expanded + - name: compute-2 + label: ubuntu-bionic-expanded + - name: compute-3 + label: ubuntu-bionic-expanded + groups: + - name: compute + nodes: + - compute-1 + - compute-2 + - compute-3 +- nodeset: + name: airship-airshipctl-single-16GB-bionic-node + nodes: + - name: primary + label: ubuntu-bionic-expanded +- nodeset: + name: airship-airshipctl-single-32GB-bionic-node + nodes: + - name: primary + label: ubuntu-bionic-32GB