[7.0.2 Cherry-pick] Create YAML Kerberos Test Pipeline#4264
Open
github-actions[bot] wants to merge 3 commits intorelease/7.0from
Open
[7.0.2 Cherry-pick] Create YAML Kerberos Test Pipeline#4264github-actions[bot] wants to merge 3 commits intorelease/7.0from
github-actions[bot] wants to merge 3 commits intorelease/7.0from
Conversation
Co-authored-by: Priyanka Tiwari <prtiwar@microsoft.com>
- Switch pipeline to invoke build2.proj targets (BuildMdsWindows/Unix, TestMds*) instead of wrapper targets from build.wrappers.proj - Update build-and-test-steps.yml to use build2.proj and build2 target names: * BuildSqlClientWindows/Unix → BuildMdsWindows/Unix * TestSqlClientUnit/Functional/Manual → TestMdsUnit/Functional/Manual - Update sqlclient-kerberos.yml to pass BuildMds* targets - Remove build.wrappers.proj (no longer needed) - Remove build.wrappers.proj import from build.proj This eliminates the need for temporary wrapper targets, as build2.proj provides all required functionality. The pipeline now uses the same targets that will be available once the full build2 workstream is cherry-picked to this branch.
paulmedynski
reviewed
May 7, 2026
| retryCountOnTaskFailure: 2 | ||
| inputs: | ||
| command: build | ||
| projects: build2.proj |
Contributor
There was a problem hiding this comment.
Note the use of build2.proj here. It has equivalent SqlClient targets to main, so we can just swap them in.
Contributor
|
/azp run |
paulmedynski
approved these changes
May 7, 2026
|
Azure Pipelines successfully started running 2 pipeline(s). |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## release/7.0 #4264 +/- ##
===============================================
- Coverage 73.27% 65.59% -7.68%
===============================================
Files 280 275 -5
Lines 43025 65855 +22830
===============================================
+ Hits 31525 43199 +11674
- Misses 11500 22656 +11156
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:
|
priyankatiwari08
approved these changes
May 8, 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.
Cherry-pick of #4252 (a3648e4) into
release/7.0.Successful run of the sqlclient-kerberos pipeline here: https://sqlclientdrivers.visualstudio.com/ADO.Net/_build/results?buildId=151235&view=results