Skip to content

Commit d908dbd

Browse files
committed
fio-tests/Makefile: remove connection and inventory
As per Daniel, these are not needed, as its handled by ansible.cfg now. So remove them. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 6d23d4b commit d908dbd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

workflows/fio-tests/Makefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,37 @@ endif
44

55
fio-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

1311
fio-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

2117
fio-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

3024
fio-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

3830
fio-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

4636
fio-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)

0 commit comments

Comments
 (0)