From a731fdce4ec798a12d590caab7810f87479b2ee8 Mon Sep 17 00:00:00 2001 From: intlabs Date: Sun, 12 Nov 2017 00:10:15 -0600 Subject: [PATCH] Gate: Consolidate job definition to allow imports This PS moves the Zuulv3 infra jobs to use a base that the various nodesets can inherit from. Change-Id: I8f9380d00d874d102d4a5c977edad499872006a9 --- .zuul.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e4b558d2..1e3a4f74 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -80,19 +80,21 @@ - node-1 - node-2 - job: - name: openstack-helm-infra-ubuntu + name: openstack-helm-infra pre-run: tools/gate/playbooks/zuul-pre.yaml run: tools/gate/playbooks/zuul-run.yaml + +- job: + name: openstack-helm-infra-ubuntu + parent: openstack-helm-infra nodeset: openstack-helm-ubuntu - job: name: openstack-helm-infra-centos - pre-run: tools/gate/playbooks/zuul-pre.yaml - run: tools/gate/playbooks/zuul-run.yaml + parent: openstack-helm-infra nodeset: openstack-helm-centos - job: name: openstack-helm-infra-fedora - pre-run: tools/gate/playbooks/zuul-pre.yaml - run: tools/gate/playbooks/zuul-run.yaml + parent: openstack-helm-infra nodeset: openstack-helm-fedora