Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Push back htmltest refcache expiry date, and fix a link #5014

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .htmltest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CacheExpires: 6000h # ~ 8.2 months
CacheExpires: 9000h # ~ 12 months
DirectoryPath: public
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
Expand Down Expand Up @@ -31,11 +31,14 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^https://(www\.)?linkedin\.com\b # 999 Request Denied
- ^https://(www\.)?mvnrepository\.com
- ^https://(www\.|eng\.)?uber\.com/(blog|flipr)/ # 406
- ^https://kofo.dev
- ^https://platform.openai.com
- ^https://star-history.com
- ^https://twitter.com
- ^https://www.chathamhouse.org
- ^https://www.farfetch.com
- ^https://www.zocdoc.com
- ^https://x.com
- ^https://platform.openai.com
# OTel Google calendar - curl returns 200, but the link checker gets a 401:
- ^https://calendar.google.com/calendar/embed\?src=google.com_b79e3e90j7bbsa2n2p5an5lf60%40group.calendar.google.com
# YouTube playlists sometimes give a 404, although they give a 200 when accessed via browser:
Expand Down
2 changes: 1 addition & 1 deletion data/ecosystem/vendors.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: AppDynamics (Cisco)
nativeOTLP: true
url: https://docs.appdynamics.com/latest/en/application-monitoring/appdynamics-for-opentelemetry
url: https://docs.appdynamics.com/latest/en/application-monitoring/cisco-appdynamics-for-opentelemetry
contact:
oss: false
commercial: true
Expand Down
Loading