Add centos-9-stream and ubuntu-jammy functional testing

In addition to cleaning up old distros that we want to remove we should
have testing for modern distro releases.

Change-Id: I66a388bcde01d5b96e352dcea28c3fb969a59ff6
This commit is contained in:
Clark Boylan 2024-02-26 14:43:40 -08:00
parent 0ed0e569d0
commit 6d2761a4b8
1 changed files with 14 additions and 0 deletions

View File

@ -15,6 +15,11 @@
parent: bindep-base
nodeset: centos-8-stream
- job:
name: bindep-centos-9-stream
parent: bindep-base
nodeset: centos-8-stream
- job:
name: bindep-ubuntu-bionic
parent: bindep-base
@ -25,6 +30,11 @@
parent: bindep-base
nodeset: ubuntu-focal
- job:
name: bindep-ubuntu-jammy
parent: bindep-base
nodeset: ubuntu-jammy
- project:
vars:
release_python: python3
@ -33,8 +43,10 @@
check:
jobs:
- bindep-centos-8-stream
- bindep-centos-9-stream
- bindep-ubuntu-bionic
- bindep-ubuntu-focal
- bindep-ubuntu-jammy
- build-python-release
- nox-linters
- nox-py36:
@ -47,8 +59,10 @@
gate:
jobs:
- bindep-centos-8-stream
- bindep-centos-9-stream
- bindep-ubuntu-bionic
- bindep-ubuntu-focal
- bindep-ubuntu-jammy
- build-python-release
- nox-linters
- nox-py36: