Skip to content

Commit 971d7fc

Browse files
authored
[CI] Push back htmltest refcache expiry date, and fix a link (#5014)
1 parent 1e4f5b2 commit 971d7fc

File tree

3 files changed

+440
-525
lines changed

3 files changed

+440
-525
lines changed

.htmltest.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CacheExpires: 6000h # ~ 8.2 months
1+
CacheExpires: 9000h # ~ 12 months
22
DirectoryPath: public
33
IgnoreDirectoryMissingTrailingSlash: true
44
IgnoreAltMissing: true
@@ -31,11 +31,14 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
3131
- ^https://(www\.)?linkedin\.com\b # 999 Request Denied
3232
- ^https://(www\.)?mvnrepository\.com
3333
- ^https://(www\.|eng\.)?uber\.com/(blog|flipr)/ # 406
34+
- ^https://kofo.dev
35+
- ^https://platform.openai.com
36+
- ^https://star-history.com
3437
- ^https://twitter.com
3538
- ^https://www.chathamhouse.org
39+
- ^https://www.farfetch.com
3640
- ^https://www.zocdoc.com
3741
- ^https://x.com
38-
- ^https://platform.openai.com
3942
# OTel Google calendar - curl returns 200, but the link checker gets a 401:
4043
- ^https://calendar.google.com/calendar/embed\?src=google.com_b79e3e90j7bbsa2n2p5an5lf60%40group.calendar.google.com
4144
# YouTube playlists sometimes give a 404, although they give a 200 when accessed via browser:

data/ecosystem/vendors.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- name: AppDynamics (Cisco)
22
nativeOTLP: true
3-
url: https://docs.appdynamics.com/latest/en/application-monitoring/appdynamics-for-opentelemetry
3+
url: https://docs.appdynamics.com/latest/en/application-monitoring/cisco-appdynamics-for-opentelemetry
44
contact:
55
oss: false
66
commercial: true

0 commit comments

Comments
 (0)