[VOL-5307] - bulk cleanup lintcheck errors

sphinx_conf/linkcheck_ignore.py
-------------------------------
  o Add more URL exclusions.  Was working earlier but urls created by
    sphinx template substitution are failing 'make linkcheck'.  Not just
    ONF urls, maven central, etc.

testing/voltha_test_automation.rst
----------------------------------
  o Remove stale URLs referencing deprecated views and jobs.
  o Update refrences form 2.8, 2.9 => 2.11 & 2.12.

Signed-off-by: Joey Armstrong <jarmstrong@linuxfoundation.org>
Change-Id: Ib502265a2959b47cef46174b13c5adb368981ef1
diff --git a/sphinx_conf/linkcheck_ignore.py b/sphinx_conf/linkcheck_ignore.py
index d043e08..3401c3d 100644
--- a/sphinx_conf/linkcheck_ignore.py
+++ b/sphinx_conf/linkcheck_ignore.py
@@ -66,6 +66,14 @@
 
     # (voltha-openonu-adapter-go/docs/ONU_Upgrade_Notes: line   71) broken    https://github.com/opencord/voltha-protos/blob/v4.0.11/protos/voltha_protos/device.proto#L116 - Anchor 'L116' not found
     r'https://github.com/opencord/voltha-protos/blob/v4.0.11/protos/voltha_protos/device.proto#L116',
+
+    # (testing/voltha_test_automation: line   20) broken
+    r'https://jenkins.opencord.org/view/voltha-soak/',
+
+    ## HMMMM: Why are sphinx template substitutions barfing for urls ?
+    # (release_notes/voltha_2.12: line 658) broken
+    r'https://mvnrepository.com/artifact/org.opencord',
+    
     ])
 
 # [SEE ALSO]