From 957e9ae9cb4020e68d597744dd426dfe02c31b43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 10 Mar 2021 15:30:10 +0100 Subject: [PATCH] Stop running linkcheck MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit A few links are dead which asks to skip it (chicken & egg). It should be noted that tox should run vs patchset rather than vs merge. Change-Id: I0cd064013073b100d36c5067116e1714ebfacf97 Signed-off-by: Cédric Ollivier --- jjb/samplevnf/samplevnf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/samplevnf/samplevnf.yaml b/jjb/samplevnf/samplevnf.yaml index 77f89c562..82c8f9bee 100644 --- a/jjb/samplevnf/samplevnf.yaml +++ b/jjb/samplevnf/samplevnf.yaml @@ -95,6 +95,6 @@ builders: - shell: | sudo pip install tox-pip-version - cd $WORKSPACE && tox + cd $WORKSPACE && tox -e docs cd $WORKSPACE/rapidvm/dib bash verify-image.sh -v -- 2.16.6