Skip to content

Commit 6e340ba

Browse files
committed
ci(linkcheck): ignore opennetworking.org temporarily to avoid cert-related failures
Signed-off-by: Arnav Kapoor <kapoorarnav43@gmail.com>
1 parent 92afdfb commit 6e340ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ def get_version():
257257
r'https://jenkins.aetherproject.org/.*',
258258
r'https://gerrit.opencord.org/.*',
259259
r'https://wiki.opennetworking.org/.*',
260+
# Opennetworking.org currently returns certificate verification errors in CI
261+
# (expired/invalid cert). Ignore their domain temporarily to avoid linkcheck
262+
# failures. Replace or re-enable checks when upstream fixes their cert.
263+
r'https?://opennetworking\.org/.*',
260264
]
261265

262266
linkcheck_timeout = 3

0 commit comments

Comments
 (0)