2018-11-02 15:46:12 +00:00
|
|
|
---
|
|
|
|
- job:
|
|
|
|
name: tenks-tox-ansible-lint
|
|
|
|
description: |
|
|
|
|
Tox job that runs ansible-lint
|
|
|
|
parent: openstack-tox
|
|
|
|
vars:
|
|
|
|
tox_envlist: alint
|
|
|
|
|
2018-11-07 15:24:12 +00:00
|
|
|
- job:
|
|
|
|
name: tenks-deploy-teardown-centos
|
|
|
|
parent: tenks-deploy-teardown-base
|
|
|
|
nodeset: centos-7
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: tenks-deploy-teardown-ubuntu
|
|
|
|
parent: tenks-deploy-teardown-base
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
|