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
16 lines
504 B
YAML
16 lines
504 B
YAML
---
|
|
- hosts: tempest
|
|
name: validations-libs-functional
|
|
roles:
|
|
- ensure-tox
|
|
- ensure-pip
|
|
- ensure-virtualenv
|
|
- role: ensure-if-python
|
|
vars:
|
|
zuul_work_dir: "src/opendev.org/openstack/validations-libs"
|
|
- role: ensure-if-python
|
|
vars:
|
|
zuul_work_dir: "src/opendev.org/openstack/validations-common"
|
|
- role: "src/opendev.org/openstack/validations-common/roles/validations"
|
|
- role: "src/opendev.org/openstack/validations-common/roles/fetch_validations"
|