
This adds support for Browbeat to run as a oooq role none of the playbooks or the roles located in ansible/oooq are usable if called without oooq, so maybe they should go in the ci-scripts folder. Change-Id: Iefcae69af591a790bdeb4acc3c85e75292b6b8ce
8 lines
234 B
YAML
8 lines
234 B
YAML
---
|
|
|
|
- name: Run Browbeat
|
|
shell:
|
|
"source {{ ansible_env.HOME }}/browbeat-venv/bin/activate; \
|
|
cd {{ ansible_env.HOME }}/browbeat/; \
|
|
python browbeat.py rally > {{ ansible_env.HOME }}/browbeat/results/browbeat_run.log"
|