![Radosław Piliszek](/assets/img/avatar_default.png)
With CI and docs updates. Debian 11 requires a newer Ansible so this change bumps its version. Change-Id: I814933563c6e34d63d1b31ef01bba30b031fd7a0
45 lines
1.1 KiB
YAML
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
|