ddbec7dd73
Python 2 is no longer supported, and therefore neither is CentOS 7. Change-Id: I7ee665cc5868ba7069dc02255c2777e6f62586ae
29 lines
669 B
YAML
29 lines
669 B
YAML
---
|
|
- job:
|
|
name: tenks-tox-ansible-lint
|
|
description: |
|
|
Tox job that runs ansible-lint
|
|
parent: openstack-tox
|
|
vars:
|
|
tox_envlist: alint
|
|
|
|
- job:
|
|
name: tenks-deploy-teardown-ovs-centos8
|
|
parent: tenks-deploy-teardown-ovs-base
|
|
nodeset: centos-8
|
|
|
|
- job:
|
|
name: tenks-deploy-teardown-ovs-ubuntu
|
|
parent: tenks-deploy-teardown-ovs-base
|
|
nodeset: ubuntu-bionic
|
|
|
|
- job:
|
|
name: tenks-deploy-teardown-linuxbridge-centos8
|
|
parent: tenks-deploy-teardown-linuxbridge-base
|
|
nodeset: centos-8
|
|
|
|
- job:
|
|
name: tenks-deploy-teardown-linuxbridge-ubuntu
|
|
parent: tenks-deploy-teardown-linuxbridge-base
|
|
nodeset: ubuntu-bionic
|