Merge "Zuul: add checks for fedora"

This commit is contained in:
Zuul 2017-10-27 15:02:49 +00:00 committed by Gerrit Code Review
commit 80be4f7840

View File

@ -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