ci: run documentation tests weekly - #6920
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6920 +/- ##
=======================================
Coverage 95.02% 95.02%
=======================================
Files 409 409
Lines 14301 14301
Branches 3277 3277
=======================================
Hits 13590 13590
Misses 711 711 🚀 New features to boost your workflow:
|
|
This PR only changes CI scheduling, which |
Pull request dashboard statusMerged · refreshed 2026-08-19 18:51 UTC Status above doesn't look right?
|
|
@open-telemetry/javascript-approvers This PR has not had reviewer interaction for over a week and is ready for review. All checks except the changelog check pass. |
|
The only remaining required-check failure is node-windows-tests: the existing experimental/packages/configuration/test/types.test.ts compile fixture test exceeded its 10-second Mocha timeout after the other 134 tests passed. This PR only changes the documentation-test workflow schedule, and all other jobs are green. I also tried to rerun the failed job, but the upstream run cannot be rerun from my contributor account. Could a maintainer please rerun that job? No source change appears warranted for this PR. |
|
/dashboard route:reviewers |
|
@LarryHu0217 routed this pull request to reviewers. |
f9acb99 to
0e1a029
Compare
…y-6766 # Conflicts: # CHANGELOG.md
756f49a
|
Thank you for your contribution @LarryHu0217! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey. |
Which problem is this PR solving?
The documentation link check depends on external sites and can fail pull-request lint during temporary outages. This moves that check to a weekly scheduled workflow while keeping a manual trigger available.
Fixes #6766
Short description of the changes
Changelog is not applicable because this only changes CI scheduling.
Type of change
How Has This Been Tested?
npm ci --ignore-scriptsandnpm run compile.NODE_OPTIONS=--max-old-space-size=6144 npm run docs.npm run docs:test; 55 generated-documentation links and 38 repository-documentation links passed.Checklist