-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy path.lycheeignore
More file actions
71 lines (54 loc) · 3.58 KB
/
Copy path.lycheeignore
File metadata and controls
71 lines (54 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Ignore all file:// protocol URLs (examples, local references, etc.)
^file://
# Ignore URLs in test data files
.*tests/data.*
# Ignore placeholder URLs in docs templates
^https://\.\.\./
^https://github\.com/\.\.\.
# Private repos referenced in docs (404 to unauthenticated lychee)
^https://github\.com/ai-dynamo/pi-dynamo-provider
# Redirects to networking-docs.nvidia.com which refuses connections from
# GitHub runners (network/firewall). The page loads from a normal browser.
^https://docs\.nvidia\.com/networking/display/cokan10/network\+operator
# Slow from GitHub runners and not part of Dynamo-owned documentation.
^https://martinfowler\.com/articles/practical-test-pyramid\.html
# Helm artifact repository; its root endpoint intermittently returns 503.
^https://charts\.bitnami\.com/bitnami/?$
# Served by Netlify and intermittently fails from GitHub runners.
^https://etcd\.io/?$
^https://etcd\.io/docs/v3\.5/install/?$
^https://book\.kubebuilder\.io/cronjob-tutorial/webhook-implementation\.html$
# NGC intermittently returns 503 for this version-filtered page from GitHub runners.
^https://catalog\.ngc\.nvidia\.com/orgs/nvidia/teams/ai-dynamo/containers/dynamo-frontend\?version=1\.2\.1$
# The v1.3.0 GitHub release tag is only published when v1.3.0 GA is cut; the
# canonical release/support-matrix links added by the version bump 404 from CI
# until then. Remove this entry once the v1.3.0 release is published.
^https://github\.com/ai-dynamo/dynamo/releases/tag/v1\.3\.0$
# Dev release pages and generated source land with this docs refactor; they are
# not reachable on the public site or main branch until the PR is merged.
^https://docs\.nvidia\.com/dynamo/dev/reference/releases/(release-history|v1-[0-9]+-[0-9]+)$
^https://github\.com/ai-dynamo/dynamo/blob/main/docs/fern/components/releases\.data\.ts$
# The DGDR example manifests land with this docs refactor; the canonical
# tree/main link in recipes/kubernetes-templates/dgdr.mdx 404s from CI until the PR is merged.
^https://github\.com/ai-dynamo/dynamo/tree/main/examples/deployments/dgdr$
# This example is introduced by the same PR as its docs link, so the main-branch
# URL returns 404 until merge.
^https://github\.com/ai-dynamo/dynamo/tree/main/examples/power-aware-budget$
# The sidecar Dockerfile is introduced by the same PR as its docs link,
# so the blob/main URL returns 404 until merge. Remove this entry after merge.
^https://github\.com/ai-dynamo/dynamo/blob/main/lib/sidecar/Dockerfile$
# The standalone on-ramp agg.yaml is added in this same PR, so blob/main links to
# it 404 from CI until the PR merges. Remove this entry once agg.yaml lands on main
# (afterwards lychee validates the URL again, catching any later rename/move).
^https://github\.com/ai-dynamo/dynamo/blob/main/deploy/inference-gateway/ext-proc/examples/onramp/agg\.yaml
# The v1.4.0 release entry lands with the current-release promotion; the tag
# URL 404s from CI until v1.4.0 is cut. Remove after the tag exists.
^https://github\.com/ai-dynamo/dynamo/releases/tag/v1\.4\.0$
# The Dynamo Enterprise NGC collection is not published on the public catalog
# yet, so the canonical collection URL 404s from CI. The org and team segments
# are correct; only the collection is missing. Remove once it is live.
^https://catalog\.ngc\.nvidia\.com/orgs/nvidia/ai-dynamo/collections/dynamo-enterprise
# The Dynamo Enterprise container pages are not published on the public
# catalog yet, so their Security Scanning tab URLs 404 from CI. Remove once
# the enterprise containers are live.
^https://catalog\.ngc\.nvidia\.com/orgs/nvidia/teams/ai-dynamo/containers/[a-z-]+-enterprise/security$