Add CI jobs for ubuntu focal

Focal jobs are initially non voting as similar changes must merge into
nspawn_container_create and the dependancy is circular.

Change-Id: I58f8779bf76dd848cd477399c635093e31fba7d1
This commit is contained in:
Jonathan Rosser 2020-09-30 15:35:07 +01:00
parent d591b0ddb9
commit 66af0f69c9
2 changed files with 9 additions and 0 deletions

View File

@ -32,6 +32,11 @@
parent: openstack-ansible-nspawn-container-create
nodeset: ubuntu-bionic
- job:
name: openstack-ansible-nspawn-container-create-ubuntu-focal
parent: openstack-ansible-nspawn-container-create
nodeset: ubuntu-focal
- job:
name: openstack-ansible-integrated-deploy-nspawn
parent: openstack-ansible-integrated-deploy-aio

View File

@ -23,12 +23,16 @@
jobs:
- openstack-ansible-nspawn-container-create-debian-buster
- openstack-ansible-nspawn-container-create-ubuntu-bionic
- openstack-ansible-nspawn-container-create-ubuntu-focal:
voting: false
- openstack-ansible-functional-centos-8:
voting: false
gate:
jobs:
- openstack-ansible-nspawn-container-create-debian-buster
- openstack-ansible-nspawn-container-create-ubuntu-bionic
- openstack-ansible-nspawn-container-create-ubuntu-focal:
voting: false
- openstack-ansible-functional-centos-8:
voting: false