tenks/zuul.d/jobs.yaml
Radosław Piliszek e6166ed647 [CI] Name the Debian version
To align it with other distros, make it clear which one is tested,
and allow for adding more.

Change-Id: Ie6fb90f23676a7053e372859b07ed10a4eae670d
2022-09-10 11:20:48 +00:00

83 lines
2.3 KiB
YAML

---
- job:
name: tenks-tox-ansible-lint
description: |
Tox job that runs ansible-lint
parent: openstack-tox
vars:
tox_envlist: alint
irrelevant-files:
- ^.*\.rst$
- ^doc/
- ^releasenotes/
- ^tests/
- ^zuul\.d/
- job:
name: tenks-deploy-teardown-ovs-bios-centos8s
parent: tenks-deploy-teardown-ovs-bios-base
nodeset: centos-8-stream
required-projects:
# NOTE(mgoddard): CentOS 8 uses Python 3.6 which is not supported in Zed.
- name: openstack/requirements
override-checkout: stable/yoga
- job:
name: tenks-deploy-teardown-ovs-bios-centos9s
parent: tenks-deploy-teardown-ovs-bios-base
nodeset: centos-9-stream
- job:
name: tenks-deploy-teardown-ovs-bios-debian-bullseye
parent: tenks-deploy-teardown-ovs-bios-base
nodeset: debian-bullseye
- job:
name: tenks-deploy-teardown-ovs-bios-rocky-9
parent: tenks-deploy-teardown-ovs-bios-base
nodeset: rockylinux-9
- job:
name: tenks-deploy-teardown-ovs-bios-ubuntu-focal
parent: tenks-deploy-teardown-ovs-bios-base
nodeset: ubuntu-focal
- job:
name: tenks-deploy-teardown-ovs-bios-ubuntu-jammy
parent: tenks-deploy-teardown-ovs-bios-base
nodeset: ubuntu-jammy
- job:
name: tenks-deploy-teardown-linuxbridge-uefi-centos8s
parent: tenks-deploy-teardown-linuxbridge-uefi-base
nodeset: centos-8-stream
required-projects:
# NOTE(mgoddard): CentOS 8 uses Python 3.6 which is not supported in Zed.
- name: openstack/requirements
override-checkout: stable/yoga
- job:
name: tenks-deploy-teardown-linuxbridge-uefi-centos9s
parent: tenks-deploy-teardown-linuxbridge-uefi-base
nodeset: centos-9-stream
- job:
name: tenks-deploy-teardown-linuxbridge-uefi-debian-bullseye
parent: tenks-deploy-teardown-linuxbridge-uefi-base
nodeset: debian-bullseye
- job:
name: tenks-deploy-teardown-linuxbridge-uefi-rocky-9
parent: tenks-deploy-teardown-linuxbridge-uefi-base
nodeset: rockylinux-9
- job:
name: tenks-deploy-teardown-linuxbridge-uefi-ubuntu-focal
parent: tenks-deploy-teardown-linuxbridge-uefi-base
nodeset: ubuntu-focal
- job:
name: tenks-deploy-teardown-linuxbridge-uefi-ubuntu-jammy
parent: tenks-deploy-teardown-linuxbridge-uefi-base
nodeset: ubuntu-jammy