tenks/zuul.d/jobs.yaml
Radosław Piliszek d178655657 Add Debian support
With CI and docs updates.

Debian 11 requires a newer Ansible so this change bumps its
version.

Change-Id: I814933563c6e34d63d1b31ef01bba30b031fd7a0
2022-03-02 10:26:12 +01:00

45 lines
1.1 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
- 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-ubuntu
parent: tenks-deploy-teardown-ovs-bios-base
nodeset: ubuntu-focal
- job:
name: tenks-deploy-teardown-linuxbridge-uefi-centos8s
parent: tenks-deploy-teardown-linuxbridge-uefi-base
nodeset: centos-8-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-ubuntu
parent: tenks-deploy-teardown-linuxbridge-uefi-base
nodeset: ubuntu-focal