Skip dead OpenStack review link in link checker#2565
Conversation
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>
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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).
| 'https://review.openstack.org/#/c/344008/' // TEMP: dead link (503) | |
| 'https://review.openstack.org/#/c/344008/', // TEMP: dead link (503) |

Summary
https://review.openstack.org/#/c/344008/to the crawler skip list as a temporary exception/calico/latest/networking/openstack/semanticspageTest plan
🤖 Generated with Claude Code