diff options
author | 2021-03-10 15:30:10 +0100 | |
---|---|---|
committer | 2021-03-10 15:41:11 +0100 | |
commit | 957e9ae9cb4020e68d597744dd426dfe02c31b43 (patch) | |
tree | 79138e5c351afa4194a73553f1272332ffc99672 /jjb/samplevnf | |
parent | 546bfc3be1b0aa4336b889d04fea7c245b91214f (diff) |
Stop running linkcheck
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/samplevnf')
-rw-r--r-- | jjb/samplevnf/samplevnf.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |