41aa936fa2
These must have broken when we switched the base nodes to Jammy. Update to use compatible versions of distros. We need to squish another gate-breaking change in here to update the containerfile "podman build" calls to use "--network host". We added this with Ia885237406bf4c7b9d49b349f374558ae746401f and the only external user I can find is kayobe, which is setting this anyway. I honestly haven't 100% root-caused what changed to require this; the last time our containerfile jobs ran and worked has unfortunately been purged so I can't compare versions to try and pinpoint something; i.e. this may be a podman bug or feature. At first I thought it related to the networking plugin package from the Depends-On (which is still useful for the right packages) but that didn't help get the bridge networking working. Depends-On: https://review.opendev.org/c/zuul/nodepool/+/867590 Change-Id: I23f091654cb212e8bdd908664b262de9bfe98cef
105 lines
3.8 KiB
YAML
105 lines
3.8 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- check-requirements
|
|
- openstack-lower-constraints-jobs
|
|
- release-notes-jobs-python3
|
|
# NOTE(ianw): 2020-05-29 jobs are unstable; see
|
|
# https://bugs.launchpad.net/tripleo/+bug/1879766
|
|
- tripleo-buildimage-jobs-centos-8
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- tox-py36:
|
|
nodeset:
|
|
nodes:
|
|
- name: ubuntu-bionic
|
|
label: ubuntu-bionic
|
|
- tox-py38:
|
|
nodeset:
|
|
nodes:
|
|
- name: ubuntu-focal
|
|
label: ubuntu-focal
|
|
- tox-py39:
|
|
nodeset:
|
|
nodes:
|
|
- name: ubuntu-focal
|
|
label: ubuntu-focal
|
|
- tox-py310:
|
|
nodeset:
|
|
nodes:
|
|
- name: ubuntu-jammy
|
|
label: ubuntu-jammy
|
|
- dib-functests
|
|
- opendev-buildset-registry
|
|
- nodepool-build-image-siblings
|
|
- dib-nodepool-functional-openstack-centos-7-src
|
|
- dib-nodepool-functional-openstack-centos-8-stream-src
|
|
- dib-nodepool-functional-openstack-centos-9-stream-src
|
|
- dib-nodepool-functional-openstack-fedora-36-containerfile-src
|
|
- dib-nodepool-functional-openstack-rockylinux-8-containerfile-src:
|
|
voting: false
|
|
- dib-nodepool-functional-openstack-rockylinux-9-containerfile-src:
|
|
voting: false
|
|
- dib-nodepool-functional-openstack-ubuntu-xenial-src
|
|
- dib-nodepool-functional-openstack-ubuntu-bionic-src
|
|
- dib-nodepool-functional-openstack-ubuntu-focal-src
|
|
- dib-nodepool-functional-openstack-ubuntu-jammy-src
|
|
# NOTE(ianw): 2020-04-22 these have been out of the gate for a
|
|
# while; promote to voting after some stability.
|
|
- dib-nodepool-functional-openstack-opensuse-15-src:
|
|
voting: false
|
|
- dib-nodepool-functional-openstack-gentoo-src:
|
|
voting: false
|
|
- dib-nodepool-functional-openstack-debian-bullseye-src:
|
|
voting: false
|
|
- ironic-python-agent-check-image-dib-centos9
|
|
# IPA job that builds AND validates an image via deployment
|
|
- ipa-tempest-bios-ipmi-direct-src:
|
|
voting: false
|
|
check-arm64:
|
|
jobs:
|
|
- dib-functests-arm64-deb
|
|
- dib-functests-arm64-rpm
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- tox-py36:
|
|
nodeset:
|
|
nodes:
|
|
- name: ubuntu-bionic
|
|
label: ubuntu-bionic
|
|
- tox-py38:
|
|
nodeset:
|
|
nodes:
|
|
- name: ubuntu-focal
|
|
label: ubuntu-focal
|
|
- tox-py39:
|
|
nodeset:
|
|
nodes:
|
|
- name: ubuntu-focal
|
|
label: ubuntu-focal
|
|
- tox-py310:
|
|
nodeset:
|
|
nodes:
|
|
- name: ubuntu-jammy
|
|
label: ubuntu-jammy
|
|
- opendev-buildset-registry
|
|
- nodepool-build-image-siblings
|
|
- dib-nodepool-functional-openstack-centos-7-src
|
|
- dib-nodepool-functional-openstack-centos-8-stream-src
|
|
- dib-nodepool-functional-openstack-centos-9-stream-src
|
|
- dib-nodepool-functional-openstack-fedora-36-containerfile-src
|
|
- dib-nodepool-functional-openstack-ubuntu-xenial-src
|
|
- dib-nodepool-functional-openstack-ubuntu-bionic-src
|
|
- dib-nodepool-functional-openstack-ubuntu-focal-src
|
|
- dib-nodepool-functional-openstack-ubuntu-jammy-src
|
|
- dib-functests
|
|
- ironic-python-agent-check-image-dib-centos9
|
|
experimental:
|
|
jobs:
|
|
- opendev-buildset-registry
|
|
- nodepool-build-image-siblings
|
|
- dib-nodepool-functional-openstack-debian-stretch-src
|
|
- dib-nodepool-functional-openstack-debian-buster-src
|