Have Browbeat gather metadata for oooq
So in Joe's recent metadata commit he added a test for regather, while this test works it does run the entire benchmark twice, which isn't exactly ideal. *stares at 22h old Newton build* this commit instead stops gathering metadata as a seperate role and simply runs Browbeat without gathering metadata, doing the same test without taking twice the time. Change-Id: I611c23ea683d167806f4ab88cbad93549c4dec87
This commit is contained in:
parent
482c1e7994
commit
725035ec94
@ -30,7 +30,6 @@
|
||||
hosts: undercloud
|
||||
roles:
|
||||
- browbeat/collectd
|
||||
- browbeat/gather-metadata
|
||||
- browbeat/bug-check
|
||||
- browbeat/grafana-dashboard-setup
|
||||
- browbeat/browbeat-run
|
||||
|
@ -21,7 +21,6 @@
|
||||
hosts: undercloud
|
||||
roles:
|
||||
- browbeat/collectd
|
||||
- browbeat/gather-metadata
|
||||
- browbeat/bug-check
|
||||
- browbeat/grafana-dashboard-setup
|
||||
- browbeat/browbeat-run
|
||||
|
@ -5,12 +5,3 @@
|
||||
"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"
|
||||
|
||||
- name: Run Browbeat Test Regather
|
||||
shell:
|
||||
"source {{ ansible_env.HOME }}/browbeat-venv/bin/activate; \
|
||||
cd {{ ansible_env.HOME }}/browbeat/; \
|
||||
rm metadata/software-metadata.json; \
|
||||
rm metadata/hardware-metadata.json; \
|
||||
rm metadata/environment-metadata.json; \
|
||||
python browbeat.py rally > {{ ansible_env.HOME }}/browbeat/results/browbeat_run.log"
|
||||
|
Loading…
x
Reference in New Issue
Block a user