e86b46cb7d
Change-Id: Ied3bf8015bab969b209a0c15a801545d456af9ef
35 lines
834 B
YAML
35 lines
834 B
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-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-ubuntu
|
|
parent: tenks-deploy-teardown-linuxbridge-uefi-base
|
|
nodeset: ubuntu-focal
|