Run legacy CI pipelines daily instead of weekdays/Thursdays#4469
Merged
Conversation
Change the schedules for the legacy project-reference and package-reference CI pipelines to run daily, keeping each branch's original time-of-day (GitHub main and ADO internal/main).
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the legacy Azure DevOps CI pipeline schedule triggers to run daily (instead of weekdays/Thursdays) while preserving each branch’s existing UTC run time.
Changes:
- Switch
cronschedules formainfromMon-Frito daily in both legacy CI pipelines. - Switch
cronschedules forinternal/mainfromThuto daily in both legacy CI pipelines. - Update header comments and schedule
displayNamestrings to reflect the new daily cadence.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| eng/pipelines/dotnet-sqlclient-ci-project-reference-pipeline.yml | Updates scheduled triggers for project-reference legacy CI to daily runs (main/internal). |
| eng/pipelines/dotnet-sqlclient-ci-package-reference-pipeline.yml | Updates scheduled triggers for package-reference legacy CI to daily runs (main/internal). |
paulmedynski
marked this pull request as ready for review
July 22, 2026 12:58
paulmedynski
enabled auto-merge (squash)
July 22, 2026 12:58
mdaigle
approved these changes
Jul 22, 2026
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #4469 +/- ##
==========================================
- Coverage 72.25% 63.66% -8.60%
==========================================
Files 292 287 -5
Lines 44029 66958 +22929
==========================================
+ Hits 31813 42627 +10814
- Misses 12216 24331 +12115
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
cheenamalhotra
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Changes the schedules for the two legacy CI pipeline definitions to run daily instead of on weekdays / Thursdays. Each branch keeps its original time-of-day, so only the day-of-week cadence changes.
Motivation: We're not getting daily signals of health from these pipelines in either Azure DevOps project, which we definitely want.
dotnet-sqlclient-ci-project-reference-pipeline.ymlmain0 1 * * Mon-Fri0 1 * * *(daily 01:00 UTC)dotnet-sqlclient-ci-project-reference-pipeline.ymlinternal/main0 5 * * Thu0 5 * * *(daily 05:00 UTC)dotnet-sqlclient-ci-package-reference-pipeline.ymlmain0 3 * * Mon-Fri0 3 * * *(daily 03:00 UTC)dotnet-sqlclient-ci-package-reference-pipeline.ymlinternal/main0 7 * * Thu0 7 * * *(daily 07:00 UTC)