
CentOS 8 has gone EOL and CentOS 7 is reaching EOL on June 30. The repos have gone and builds have been stopped (I5642a8dd3d539563caeba7a09cb86fe19769b38e). Remove these jobs so we can clean up in DIB where they are defined. Change-Id: I75b3059c4d4c4db8b2d2a629b8603115bb81ff5b
49 lines
1.7 KiB
YAML
49 lines
1.7 KiB
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- tox-pep8
|
|
- tox-py27:
|
|
nodeset: ubuntu-bionic
|
|
- tox-py36:
|
|
nodeset: ubuntu-bionic
|
|
- tox-py38:
|
|
nodeset: ubuntu-focal
|
|
- tox-py310:
|
|
nodeset: ubuntu-jammy
|
|
- tox-py311:
|
|
nodeset: debian-bookworm
|
|
- opendev-buildset-registry
|
|
- nodepool-build-image-siblings
|
|
- dib-nodepool-functional-openstack-gentoo-src:
|
|
voting: false
|
|
- dib-nodepool-functional-openstack-centos-9-stream-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-debian-bullseye-src
|
|
- dib-nodepool-functional-openstack-rockylinux-8-containerfile-src
|
|
gate:
|
|
jobs:
|
|
- tox-pep8
|
|
- tox-py27:
|
|
nodeset: ubuntu-bionic
|
|
- tox-py36:
|
|
nodeset: ubuntu-bionic
|
|
- tox-py38:
|
|
nodeset: ubuntu-focal
|
|
- tox-py310:
|
|
nodeset: ubuntu-jammy
|
|
- tox-py311:
|
|
nodeset: debian-bookworm
|
|
- opendev-buildset-registry
|
|
- nodepool-build-image-siblings
|
|
- dib-nodepool-functional-openstack-centos-9-stream-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-debian-bullseye-src
|
|
- dib-nodepool-functional-openstack-rockylinux-8-containerfile-src
|
|
post:
|
|
jobs:
|
|
- publish-openstack-python-branch-tarball
|