-
Notifications
You must be signed in to change notification settings - Fork 317
Add ADO pipeline dashboard summary tables #3811
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
base: main
Are you sure you want to change the base?
Conversation
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 adds three new markdown documentation files to the eng/dashboards/ directory that describe Azure DevOps pipeline configurations for dashboard summaries. These tables provide a structured overview of CI/CD pipelines, including their triggers, schedules, and source repositories.
- Added documentation for public CI/CD pipelines targeting the GitHub SqlClient repository
- Added documentation for internal ADO.NET CI/CD pipelines across multiple repositories
- Added documentation for official build pipelines used for releases and special builds
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| eng/dashboards/public-pipelines-ci-builds-by-branch.md | Documents public CI pipelines (PR and commit builds) for the GitHub SqlClient repo across main and release branches |
| eng/dashboards/ado.net-pipelines-ci-builds-by-branch.md | Documents internal CI pipelines including MDS builds, Kerberos tests, and managed instance tests across various branches |
| eng/dashboards/ado.net-pipelines-official-builds.md | Documents official build pipelines for releases, SNI, localization, documentation, and fuzz testing |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
…ain any files related to builds.
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 8 out of 8 changed files in this pull request and generated 1 comment.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Co-authored-by: Copilot <[email protected]>
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 8 out of 8 changed files in this pull request and generated no new comments.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Description
Added Markdown files containing tables describing the pipelines, to be used on our pipeline dashboards in ADO.