1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
- project:
templates:
- openstack-cover-jobs
- check-requirements
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-linters
- 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
- tox-py311:
nodeset:
nodes:
- name: debian-bookworm
label: debian-bookworm
- tox-py312:
nodeset:
nodes:
- name: ubuntu-noble
label: ubuntu-noble
- dib-functests
- opendev-buildset-registry
- dib-devstack-functional-openstack-almalinux-8-containerfile-src:
voting: false
- dib-devstack-functional-openstack-almalinux-9-containerfile-src:
voting: false
- dib-devstack-functional-openstack-almalinux-10-v2-containerfile-src:
voting: false
- dib-devstack-functional-openstack-centos-9-stream-src
- dib-devstack-functional-openstack-centos-10-stream-src:
voting: false
- dib-devstack-functional-openstack-rockylinux-8-containerfile-src:
voting: false
- dib-devstack-functional-openstack-rockylinux-9-containerfile-src:
voting: false
- dib-devstack-functional-openstack-rockylinux-10-containerfile-src:
voting: false
- dib-devstack-functional-openstack-ubuntu-focal-src
- dib-devstack-functional-openstack-ubuntu-jammy-src
- dib-devstack-functional-openstack-ubuntu-noble-src
# NOTE(ianw): 2020-04-22 these have been out of the gate for a
# while; promote to voting after some stability.
- dib-devstack-functional-openstack-opensuse-15-src:
voting: false
- dib-devstack-functional-openstack-gentoo-src:
voting: false
- dib-devstack-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-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
- tox-py311:
nodeset:
nodes:
- name: debian-bookworm
label: debian-bookworm
- tox-py312:
nodeset:
nodes:
- name: ubuntu-noble
label: ubuntu-noble
- opendev-buildset-registry
- nodepool-build-image-siblings
- dib-devstack-functional-openstack-centos-9-stream-src
- dib-devstack-functional-openstack-ubuntu-focal-src
- dib-devstack-functional-openstack-ubuntu-jammy-src
- dib-devstack-functional-openstack-ubuntu-noble-src
- dib-functests
- ironic-python-agent-check-image-dib-centos9
experimental:
jobs:
- opendev-buildset-registry
- nodepool-build-image-siblings
- dib-devstack-functional-openstack-debian-stretch-src
- dib-devstack-functional-openstack-debian-buster-src
|