Add testing for ubuntu-bionic

With ubuntu-bionic nodes being online, we can start testing against
them.

Change-Id: I9d3bf5b8465d6dbae97c3909f301c7af8b9f5e4a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-06 14:21:00 -05:00
parent 21ff199a16
commit e6df4e1143
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
4 changed files with 47 additions and 1 deletions

View File

@ -123,6 +123,44 @@
nodes: nodes:
- zs01 - zs01
- job:
name: windmill-ubuntu-bionic
parent: windmill-base
nodeset:
nodes:
- name:
- bastion
- gear01
- nb01
- nl01
- ze01
- zk01
- zm01
- zs01
label: ubuntu-bionic
groups:
- name: gear
nodes:
- gear01
- 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: - job:
name: windmill-ubuntu-xenial name: windmill-ubuntu-xenial
parent: windmill-base parent: windmill-base

View File

@ -39,6 +39,12 @@
- windmill-fedora-27: - windmill-fedora-27:
voting: false voting: false
- project-template:
name: windmill-jobs-bionic
check:
jobs:
- windmill-ubuntu-bionic
- project-template: - project-template:
name: windmill-jobs-xenial name: windmill-jobs-xenial
check: check:

View File

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

View File

@ -4,7 +4,8 @@
- use-cached-repos - use-cached-repos
# - mirror-workspace-git-repos # - mirror-workspace-git-repos
- mirror-info - mirror-info
- configure-mirrors - role: configure-mirrors
set_apt_mirrors_trusted: True
tasks: tasks:
# NOTE(pabelanger): Because use-cache-repos force the delete of origin, the # NOTE(pabelanger): Because use-cache-repos force the delete of origin, the