3db82fd551
This is necessary until we drop support for CentOS 7. Also use Train upper constraints with Python 2, since Train is the last release to support Python 2. Change-Id: I085d107ae2d338a7609dececb7b62555937b7b1e
23 lines
483 B
YAML
23 lines
483 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
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/train
|
|
|
|
- job:
|
|
name: tenks-deploy-teardown-ubuntu
|
|
parent: tenks-deploy-teardown-base
|
|
nodeset: ubuntu-bionic
|
|
|