Skip to content

Skip dead OpenStack review link in link checker#2565

Merged
ctauchen merged 1 commit intotigera:mainfrom
ctauchen:fix
Mar 4, 2026
Merged

Skip dead OpenStack review link in link checker#2565
ctauchen merged 1 commit intotigera:mainfrom
ctauchen:fix

Conversation

@ctauchen
Copy link
Collaborator

@ctauchen ctauchen commented Mar 4, 2026

Summary

  • Add https://review.openstack.org/#/c/344008/ to the crawler skip list as a temporary exception
  • This link returns 503 and is failing Netlify CI builds on the /calico/latest/networking/openstack/semantics page

Test plan

  • Verify Netlify CI build passes with the exception in place

🤖 Generated with Claude Code

The review.openstack.org link returns 503 and is failing Netlify CI builds.
Add it to the crawler skip list as a temporary exception.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 4, 2026 19:00
@ctauchen ctauchen requested a review from a team as a code owner March 4, 2026 19:00
@netlify
Copy link

netlify bot commented Mar 4, 2026

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit 713c01c
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/69a8815eca88f00008f49400
😎 Deploy Preview https://deploy-preview-2565--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Mar 4, 2026

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit 713c01c
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/69a8815e2036cc00084da2ad
😎 Deploy Preview https://deploy-preview-2565--tigera.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 73 (🟢 up 5 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a temporary exclusion to the docs crawler/link-checker test to avoid CI failures caused by a dead OpenStack review URL returning 503, keeping Netlify builds green while the upstream link remains unavailable.

Changes:

  • Add https://review.openstack.org/#/c/344008/ to the crawler test’s link-checker skip list.
  • Adjust the preceding skip-list entry to include a comma so the new entry can be appended.

'http://www.w3.org/2000/svg', // Appears in SVG file 'xmlns', doesn't need checking
'https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html' // TEMP
'https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html', // TEMP
'https://review.openstack.org/#/c/344008/' // TEMP: dead link (503)
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a trailing comma after this new skipList entry to match the repo’s Prettier setting (trailingComma: "es5") and the surrounding list style (most elements in this file end with a comma, including the last element in multi-line arrays).

Suggested change
'https://review.openstack.org/#/c/344008/' // TEMP: dead link (503)
'https://review.openstack.org/#/c/344008/', // TEMP: dead link (503)

Copilot uses AI. Check for mistakes.
@ctauchen ctauchen merged commit cd1eb1f into tigera:main Mar 4, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants