d25067dd1a
Certain files need not trigger extra jobs. Also ensure special chars are properly escaped (regexp syntax). Change-Id: I32cb7f4fcf0cabba49adc3d73cbe42d9db9d0150
35 lines
836 B
YAML
35 lines
836 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-bionic
|
|
|
|
- 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-bionic
|