Add support for fedora-27

Start testing against fedora-27 images in the gate.

Change-Id: I4602d087e1c5d0497dc73e162270737b90d7318c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-02-09 14:12:37 -05:00
parent b0772103f4
commit 805a8732e3
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
3 changed files with 51 additions and 0 deletions

View File

@ -81,6 +81,40 @@
nodes:
- zs01
- job:
name: windmill-fedora-27
parent: windmill-base
nodeset:
nodes:
- name:
- bastion
- nb01
- nl01
- ze01
- zk01
- zm01
- zs01
label: fedora-27
groups:
- name: nodepool-builder
nodes:
- nb01
- name: nodepool-launcher
nodes:
- nl01
- name: zookeeper
nodes:
- zk01
- name: zuul-executor
nodes:
- ze01
- name: zuul-merger
nodes:
- zm01
- name: zuul-scheduler
nodes:
- zs01
- job:
name: windmill-ubuntu-xenial
parent: windmill-base

View File

@ -30,6 +30,22 @@
- windmill-fedora-26:
voting: false
- project-template:
name: windmill-jobs-fedora-27
check:
jobs:
- windmill-fedora-27
gate:
jobs:
- windmill-fedora-27
- project-template:
name: windmill-jobs-fedora-27-nv
check:
jobs:
- windmill-fedora-27:
voting: false
- project-template:
name: windmill-jobs-xenial
check:

View File

@ -2,4 +2,5 @@
templates:
- ansible-role-jobs
- windmill-jobs-fedora-26
- windmill-jobs-fedora-27
- windmill-jobs-xenial