Make sure virtualenv is installed for check plugins
We need to install this in a pre-playbook. Change-Id: Ic01735080727206a5792d7906aa8e07c3531250f
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
- job:
|
||||
name: openstackclient-check-plugins
|
||||
parent: unittests
|
||||
pre-run: playbooks/pre.yaml
|
||||
run: playbooks/openstackclient-check-plugins/run.yaml
|
||||
timeout: 1800
|
||||
required-projects:
|
||||
|
3
playbooks/pre.yaml
Normal file
3
playbooks/pre.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- ensure-virtualenv
|
Reference in New Issue
Block a user