3b27ae1578
Ironic is now using diskimage-builder for producing and publishing official production-ready IPA ramdisks. These jobs test ironic against changes in diskimage-builder to ensure they still work: * Two check-image jobs merely build an IPA image with DIB: * The CentOS 8 job is our primary now and should eventually become voting. * The CentOS 7 one is used on stable/train and will be removed once DIB stops supporting this version. * The two other jobs build and use the IPA image to deploy a node in two different ways (pushed via iSCSI and pulled via HTTP). Since they're likely to be affected by factors outside of DIB control, they're added non-voting. Depends-On: https://review.opendev.org/703585 Change-Id: Ibce594657bb90db1bac63fa9f965ee88586f8246
74 lines
3.2 KiB
YAML
74 lines
3.2 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- check-requirements
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- release-notes-jobs
|
|
- tripleo-buildimage-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pylint
|
|
- dib-nodepool-functional-openstack-centos-7-src
|
|
- dib-nodepool-functional-openstack-centos-8-src
|
|
- dib-nodepool-functional-openstack-fedora-29-src
|
|
- dib-nodepool-functional-openstack-fedora-30-src
|
|
- dib-nodepool-functional-openstack-ubuntu-xenial-src
|
|
- dib-nodepool-functional-openstack-ubuntu-bionic
|
|
- dib-nodepool-functional-openstack-ubuntu-bionic-src
|
|
- dib-functests-centos7-python2
|
|
- dib-functests-centos7-python2-image
|
|
- dib-functests-centos7-python2-extras
|
|
- dib-functests-xenial-python3
|
|
- dib-functests-xenial-python3-image
|
|
- dib-functests-xenial-python3-extras
|
|
- dib-functests-xenial-python3-containers
|
|
- dib-functests-bionic-python3
|
|
- dib-functests-bionic-python3-image
|
|
- dib-functests-bionic-python3-extras
|
|
- dib-functests-bionic-python3-containers
|
|
# IPA jobs that build an image without further validations.
|
|
# TODO(dtantsur): make the centos8 job voting once things stabilize
|
|
- ironic-python-agent-check-image-dib-centos8:
|
|
voting: false
|
|
# NOTE(dtantsur): this can be removed when DIB drops CentOS 7
|
|
# compatibility, but is useful for now since CentOS 7 is used in
|
|
# ironic Train CI.
|
|
- ironic-python-agent-check-image-dib-centos7:
|
|
voting: false
|
|
# IPA jobs that build AND validate an image via deployment (two ways).
|
|
- ipa-tempest-wholedisk-bios-ipmi-direct-dib-src:
|
|
voting: false
|
|
- ipa-tempest-partition-bios-ipmi-iscsi-dib-src:
|
|
voting: false
|
|
check-arm64:
|
|
jobs:
|
|
- dib-functests-arm64-bionic
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pylint
|
|
- dib-nodepool-functional-openstack-centos-7-src
|
|
- dib-nodepool-functional-openstack-centos-8-src
|
|
- dib-nodepool-functional-openstack-fedora-29-src
|
|
- dib-nodepool-functional-openstack-fedora-30-src
|
|
- dib-nodepool-functional-openstack-ubuntu-xenial-src
|
|
- dib-nodepool-functional-openstack-ubuntu-bionic
|
|
- dib-nodepool-functional-openstack-ubuntu-bionic-src
|
|
- dib-functests-xenial-python3
|
|
- dib-functests-centos7-python2
|
|
experimental:
|
|
jobs:
|
|
- dib-nodepool-functional-openstack-gentoo-src
|
|
- dib-nodepool-functional-openstack-debian-stretch-src
|
|
- dib-nodepool-functional-openstack-debian-buster-src
|
|
# NOTE(ianw): 2019-12-10 : this can not build on bionic due to
|
|
# no zypper; but devstack has dropped Xenial support so can't
|
|
# build there either. Because devstack install in pre, it
|
|
# causes multiple retries in zuul, so can't be non-voting.
|
|
# Paused until we figure out what to do.
|
|
- dib-nodepool-functional-openstack-opensuse-15-src
|
|
- dib-nodepool-functional-openstack-opensuse-tumbleweed-src
|
|
- octavia-v1-dsvm-scenario
|
|
- octavia-v1-dsvm-py3x-scenario
|