From 97e1a8c7a37e20598327fd9dd2c8d3798db2b0de Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 8 Sep 2021 14:35:17 +0200 Subject: [PATCH] Debug Docker pull rate issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I7f60e3e07cfb89741c9af9b11639e09531b7e7e1 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index d1e790a6c..a3d1e2b9d 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -19,7 +19,7 @@ sudo pip3 install ansible ansible-galaxy install -f collivier.xtesting ansible-galaxy collection install -f -r ~/.ansible/roles/collivier.xtesting/requirements.yml - ansible-playbook -vv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml + ansible-playbook -vvvv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml - parameter: name: xtesting-ci-slave -- 2.16.6