Skip to content

Commit

Permalink
CI: ignore snippet-injected GA link (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Feb 20, 2023
1 parent f69219f commit 8120fdb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^/docs/instrumentation/\w+/(api|examples)/$
- ^/docs/instrumentation/net/(metrics-api|traces-api)/

- ^https://deploy-preview-\d+--opentelemetry.netlify.app/
- ^https://www\.googletagmanager\.com

- ^https?://localhost\b
- ^https?://127\.0\.0\.1\b
- ^https?://(otel-demo|traefik)\.localhost

- ^https?://(www\.)?github\b # TODO: process GitHub links too
- ^https?://(www\.)?linkedin\.com\b # Always yields 999 Request Denied
- ^https://mvnrepository\.com # Always yields 403 Forbidden
Expand All @@ -28,5 +32,3 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^https://www\.jaegertracing\.io/docs/latest/opentelemetry
# TODO: drop after fix to https://github.com/open-telemetry/opentelemetry-specification/pull/3230
- ^https://wikipedia\.org/wiki/Double-precision_floating-point_format
# Ignore links into Netlify deploy-preview servers (because the preview might not be deployed when we check)
- ^https://deploy-preview-\d+--opentelemetry.netlify.app/

0 comments on commit 8120fdb

Please sign in to comment.