From 9b0a0d8696da3d180931b5e6ad17bb32cf618df8 Mon Sep 17 00:00:00 2001 From: intlabs Date: Thu, 26 Oct 2017 08:08:21 -0500 Subject: [PATCH] Zuul: add checks for fedora This PS adds fedora to the list of distros that OSH-Infra is checked against. It also makes the CentOS gate non-voting untill stability issues are resolved. Change-Id: I321ee592eeca75f66090747a74a02c7c0ba80bc5 --- .zuul.yaml | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2533789a4..2d409c361 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,8 +16,12 @@ name: openstack/openstack-helm-infra check: jobs: - - openstack-helm-infra-ubuntu - - openstack-helm-infra-centos + - openstack-helm-infra-ubuntu: + voting: true + - openstack-helm-infra-centos: + voting: false + - openstack-helm-infra-fedora: + voting: false gate: jobs: - openstack-helm-infra-ubuntu @@ -57,6 +61,24 @@ nodes: - node-1 - node-2 + +- nodeset: + name: openstack-helm-fedora + nodes: + - name: primary + label: fedora-26 + - name: node-1 + label: fedora-26 + - name: node-2 + label: fedora-26 + groups: + - name: primary + nodes: + - primary + - name: nodes + nodes: + - node-1 + - node-2 - job: name: openstack-helm-infra-ubuntu pre-run: tools/gate/playbooks/zuul-pre @@ -68,3 +90,9 @@ pre-run: tools/gate/playbooks/zuul-pre run: tools/gate/playbooks/zuul-run nodeset: openstack-helm-centos + +- job: + name: openstack-helm-infra-fedora + pre-run: tools/gate/playbooks/zuul-pre + run: tools/gate/playbooks/zuul-run + nodeset: openstack-helm-fedora