2c2b71a3fa
The CI roles are stored on both repos: validations-common and validations-libs. We need to stored those roles only in one place. This review removed the roles from validations-libs and used it from validations-common Change-Id: Ia343509716f0a7769c8edcd502a678927935b419
9 lines
169 B
YAML
9 lines
169 B
YAML
- hosts: tempest
|
|
vars:
|
|
tox_envlist: functional
|
|
roles:
|
|
- fetch-subunit-output
|
|
- fetch-devstack-log-dir
|
|
- fetch-output
|
|
- fetch-python-sdist-output
|