Currently tox -e genconfig fails with stevedore issues, because tox is not doing sdist. Closes-Bug: #2051575 Change-Id: Idfc26fe380a546d0fd712a531e5913090b01d808
13 lines
216 B
YAML
13 lines
216 B
YAML
---
|
|
- job:
|
|
name: kolla-tox-genconfig
|
|
parent: openstack-tox
|
|
timeout: 2400
|
|
description: |
|
|
|
|
Run genconfig
|
|
|
|
Uses tox with the ``genconfig`` environment.
|
|
vars:
|
|
tox_envlist: genconfig
|