f34703d297
Needs crb repo enablement for python3-wheel package, added rockylinux-9 jobs. Change-Id: If36eaeb518828778490a1599f93792c82c189bb6
83 lines
2.3 KiB
YAML
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
|
|
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
|
|
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
|