Add a nodepool job based on releases
To avoid breaking systems that depend on released versions of dib/glean (eg, nodepool), add one non-src nodepool job. Change-Id: Ia8db42754429c79a80f6e8be545be2e48f019994
This commit is contained in:
parent
f35d29c356
commit
fa50926d93
@ -262,6 +262,22 @@
|
|||||||
release: 'xenial'
|
release: 'xenial'
|
||||||
mirror: "http://{{ zuul_site_mirror_fqdn }}/ubuntu"
|
mirror: "http://{{ zuul_site_mirror_fqdn }}/ubuntu"
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: dib-nodepool-functional-openstack-ubuntu-bionic
|
||||||
|
description: |
|
||||||
|
Test building and booting an Ubuntu bionic image with Nodepool
|
||||||
|
and OpenStack
|
||||||
|
parent: nodepool-functional-openstack-base
|
||||||
|
pre-run: playbooks/dib-nodepool/debootstrap.yaml
|
||||||
|
nodeset: ubuntu-xenial # Backported debootstrap only available for xenial
|
||||||
|
vars:
|
||||||
|
nodepool_extra_packages:
|
||||||
|
- debootstrap
|
||||||
|
nodepool_diskimage:
|
||||||
|
base_element: ubuntu-minimal
|
||||||
|
release: 'bionic'
|
||||||
|
mirror: "http://{{ zuul_site_mirror_fqdn }}/ubuntu"
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: dib-nodepool-functional-openstack-ubuntu-bionic-src
|
name: dib-nodepool-functional-openstack-ubuntu-bionic-src
|
||||||
description: |
|
description: |
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
- dib-nodepool-functional-openstack-opensuse-151-src
|
- dib-nodepool-functional-openstack-opensuse-151-src
|
||||||
- dib-nodepool-functional-openstack-ubuntu-trusty-src
|
- dib-nodepool-functional-openstack-ubuntu-trusty-src
|
||||||
- dib-nodepool-functional-openstack-ubuntu-xenial-src
|
- dib-nodepool-functional-openstack-ubuntu-xenial-src
|
||||||
|
- dib-nodepool-functional-openstack-ubuntu-bionic
|
||||||
- dib-nodepool-functional-openstack-ubuntu-bionic-src
|
- dib-nodepool-functional-openstack-ubuntu-bionic-src
|
||||||
- dib-functests-centos7-python2
|
- dib-functests-centos7-python2
|
||||||
- dib-functests-centos7-python2-image
|
- dib-functests-centos7-python2-image
|
||||||
@ -40,6 +41,7 @@
|
|||||||
- dib-nodepool-functional-openstack-opensuse-151-src
|
- dib-nodepool-functional-openstack-opensuse-151-src
|
||||||
- dib-nodepool-functional-openstack-ubuntu-trusty-src
|
- dib-nodepool-functional-openstack-ubuntu-trusty-src
|
||||||
- dib-nodepool-functional-openstack-ubuntu-xenial-src
|
- dib-nodepool-functional-openstack-ubuntu-xenial-src
|
||||||
|
- dib-nodepool-functional-openstack-ubuntu-bionic
|
||||||
- dib-nodepool-functional-openstack-ubuntu-bionic-src
|
- dib-nodepool-functional-openstack-ubuntu-bionic-src
|
||||||
- dib-functests-trusty-python2
|
- dib-functests-trusty-python2
|
||||||
- dib-functests-xenial-python3
|
- dib-functests-xenial-python3
|
||||||
|
Loading…
Reference in New Issue
Block a user