-
Notifications
You must be signed in to change notification settings - Fork 317
[6.0] Configure CI Pipelines for PRs, Commits, and Schedules #3780
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
Conversation
- Changed CI pipelines to trigger on PRs, Commits, and Schedules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR reconfigures CI pipelines for the 6.0 release branch to properly handle pull requests, commits, and scheduled runs. The changes separate PR validation from commit-based CI triggers and establish distinct scheduled runs for GitHub and ADO branches.
Key Changes:
- Added dedicated PR trigger configuration to validate changes against the
release/6.0branch - Separated commit triggers for
release/6.0andinternal/release/6.0branches with batch processing - Updated scheduled runs from Saturday to Sunday with separate schedules for GitHub (release/6.0) and ADO (internal/release/6.0) branches
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| eng/pipelines/dotnet-sqlclient-ci-project-reference-pipeline.yml | Adds PR triggers for release/6.0, separates commit triggers for both release branches, and schedules Sunday runs at 06:00 UTC (GitHub) and 07:00 UTC (ADO) |
| eng/pipelines/dotnet-sqlclient-ci-package-reference-pipeline.yml | Adds PR triggers for release/6.0, separates commit triggers for both release branches, and schedules Sunday runs at 06:30 UTC (GitHub) and 07:30 UTC (ADO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/6.0 #3780 +/- ##
===============================================
+ Coverage 75.51% 75.82% +0.30%
===============================================
Files 244 244
Lines 40212 40221 +9
===============================================
+ Hits 30368 30498 +130
+ Misses 9844 9723 -121
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description