Skip to content

Commit 8120fdb

Browse files
authored
CI: ignore snippet-injected GA link (open-telemetry#2365)
1 parent f69219f commit 8120fdb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.htmltest.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
77
- ^/docs/instrumentation/\w+/(api|examples)/$
88
- ^/docs/instrumentation/net/(metrics-api|traces-api)/
99

10+
- ^https://deploy-preview-\d+--opentelemetry.netlify.app/
11+
- ^https://www\.googletagmanager\.com
12+
1013
- ^https?://localhost\b
1114
- ^https?://127\.0\.0\.1\b
1215
- ^https?://(otel-demo|traefik)\.localhost
16+
1317
- ^https?://(www\.)?github\b # TODO: process GitHub links too
1418
- ^https?://(www\.)?linkedin\.com\b # Always yields 999 Request Denied
1519
- ^https://mvnrepository\.com # Always yields 403 Forbidden
@@ -28,5 +32,3 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
2832
- ^https://www\.jaegertracing\.io/docs/latest/opentelemetry
2933
# TODO: drop after fix to https://github.com/open-telemetry/opentelemetry-specification/pull/3230
3034
- ^https://wikipedia\.org/wiki/Double-precision_floating-point_format
31-
# Ignore links into Netlify deploy-preview servers (because the preview might not be deployed when we check)
32-
- ^https://deploy-preview-\d+--opentelemetry.netlify.app/

0 commit comments

Comments
 (0)