Skip to content

Commit d911c47

Browse files
committed
tests: reduce verbosity of ansible-playbook
‹-vvv› outputs »a lot« of debugging information that can be useful when debugging tmt or ansible-related issues specific to the Testing Farm tests. ‹-vv› should provide enough details for day-to-day use. If need be, this can be always reverted, but there's not much benefit in having this on by default. Signed-off-by: Matej Focko <[email protected]>
1 parent fdcf471 commit d911c47

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

plans/deployment.fmf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ discover:
2222
prepare:
2323
- how: ansible
2424
playbook: playbooks/oc-cluster-user.yml
25-
extra-args: "-vvv --extra-vars user=tmt"
25+
extra-args: "-vv --extra-vars user=tmt"
2626
- how: ansible
2727
playbook: playbooks/oc-cluster-setup.yml
28-
extra-args: "-vvv --extra-vars user=tmt"
28+
extra-args: "-vv --extra-vars user=tmt"
2929
- how: ansible
3030
playbook: playbooks/oc-cluster-run.yml
31-
extra-args: "-vvv --extra-vars user=tmt"
31+
extra-args: "-vv --extra-vars user=tmt"
3232
- how: ansible
3333
playbook: playbooks/oc-cluster-tests-setup.yml
34-
extra-args: "-vvv"
34+
extra-args: "-vv"
3535

3636
/local:
3737
summary: Run packit-service deployment test on a local machine managed by tmt
@@ -54,16 +54,16 @@ discover:
5454
prepare:
5555
- how: ansible
5656
playbook: playbooks/oc-cluster-user.yml
57-
extra-args: "-vvv --extra-vars user=tmt"
57+
extra-args: "-vv --extra-vars user=tmt"
5858
- how: ansible
5959
playbook: playbooks/oc-cluster-setup.yml
60-
extra-args: "-vvv --extra-vars user=tmt"
60+
extra-args: "-vv --extra-vars user=tmt"
6161
- how: ansible
6262
playbook: playbooks/oc-cluster-run.yml
63-
extra-args: "-vvv --extra-vars @./secrets/openshift-local-pull-secret.yml --extra-vars user=tmt"
63+
extra-args: "-vv --extra-vars @./secrets/openshift-local-pull-secret.yml --extra-vars user=tmt"
6464
- how: ansible
6565
playbook: playbooks/oc-cluster-tests-setup.yml
66-
extra-args: "-vvv"
66+
extra-args: "-vv"
6767

6868
/vagrant:
6969
summary: Run packit-service deployment test on a vagrant machine already up and running

0 commit comments

Comments
 (0)