b4bc89dfff
This stops short of enrolling the nodes in Ironic, but provides some coverage of the earlier stages. Change-Id: I48a0bafaff1555caea0a7d216ac6f6a4f11c2b55 Depends-On: https://review.openstack.org/#/c/615544/ Depends-On: https://review.openstack.org/#/c/616510/ Depends-On: https://review.openstack.org/#/c/616501/
20 lines
383 B
YAML
20 lines
383 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-centos
|
|
parent: tenks-deploy-teardown-base
|
|
nodeset: centos-7
|
|
|
|
- job:
|
|
name: tenks-deploy-teardown-ubuntu
|
|
parent: tenks-deploy-teardown-base
|
|
nodeset: ubuntu-bionic
|
|
|