File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 44
55fio-tests :
66 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) \
7- --connection=ssh \
8- --inventory hosts \
97 --extra-vars=@$(KDEVOPS_EXTRA_VARS ) \
108 playbooks/fio-tests.yml \
119 $(LIMIT_HOSTS )
1210
1311fio-tests-baseline :
1412 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) \
15- --connection=ssh \
16- --inventory hosts \
1713 --extra-vars=@$(KDEVOPS_EXTRA_VARS ) \
1814 playbooks/fio-tests-baseline.yml \
1915 $(LIMIT_HOSTS )
2016
2117fio-tests-results :
2218 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) \
23- --connection=ssh \
24- --inventory hosts \
2519 --extra-vars=@$(KDEVOPS_EXTRA_VARS ) \
2620 playbooks/fio-tests.yml \
2721 --tags results \
2822 $(LIMIT_HOSTS )
2923
3024fio-tests-graph :
3125 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) \
32- --connection=ssh \
33- --inventory hosts \
3426 --extra-vars=@$(KDEVOPS_EXTRA_VARS ) \
3527 playbooks/fio-tests-graph.yml \
3628 $(LIMIT_HOSTS )
3729
3830fio-tests-compare :
3931 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) \
40- --connection=ssh \
41- --inventory hosts \
4232 --extra-vars=@$(KDEVOPS_EXTRA_VARS ) \
4333 playbooks/fio-tests-compare.yml \
4434 $(LIMIT_HOSTS )
4535
4636fio-tests-trend-analysis :
4737 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) \
48- --connection=ssh \
49- --inventory hosts \
5038 --extra-vars=@$(KDEVOPS_EXTRA_VARS ) \
5139 playbooks/fio-tests-trend-analysis.yml \
5240 $(LIMIT_HOSTS )
You can’t perform that action at this time.
0 commit comments