chore: add workflow to run nightly spec tests#9268
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds documentation for downloading nightly spec test artifacts and updates the logic for resolving nightly run IDs to prioritize scheduled runs unless a specific branch is targeted. Review feedback indicates that the documentation examples in AGENTS.md are inconsistent with the current CLI implementation regarding argument count, order, and URL format. Additionally, there is a suggestion to allow non-scheduled events when a specific date is provided to ensure manual re-runs can be retrieved.
Performance Report✔️ no performance regression detected Full benchmark results
|
When the user passes a specific date, don't also force event=schedule — a scheduled run that failed but was manually re-run should still be findable. event=schedule still applies to the default no-args path so PR runs can't outrank the latest master nightly in CI. Addresses gemini-code-assist review on #9268.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## unstable #9268 +/- ##
=========================================
Coverage 52.52% 52.52%
=========================================
Files 848 848
Lines 61304 61304
Branches 4510 4510
=========================================
Hits 32201 32201
Misses 29038 29038
Partials 65 65 🚀 New features to boost your workflow:
|
Follow up to #9221 which adds a worfklow to run nightly spec tests