[6.1.7 Cherry-pick] Move Kerberos pipeline to ci/ and rename to sqlclient-ci-kerberos-pipeline.yml (#4468)#4472
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
paulmedynski
force-pushed
the
dev/automation/pr-4468-to-6.1.7
branch
from
July 23, 2026 14:20
ae766bc to
586271a
Compare
paulmedynski
approved these changes
Jul 23, 2026
paulmedynski
marked this pull request as ready for review
July 23, 2026 14:24
paulmedynski
enabled auto-merge (squash)
July 23, 2026 14:24
Contributor
There was a problem hiding this comment.
Pull request overview
Cherry-pick into release/6.1 to align the Kerberos CI pipeline layout with the repo’s eng/pipelines/ci/* convention by relocating Kerberos templates under ci/kerberos/ and updating the main pipeline to reference them.
Changes:
- Updated the Kerberos pipeline header/name and several template references to
/eng/pipelines/ci/kerberos/.... - Added (moved-in) Kerberos pipeline templates under
eng/pipelines/ci/kerberos/(Linux init, cleanup, and shared build/test steps). - Standardized build/test execution and publishing flow via a shared
build-and-test-steps.ymltemplate.
Reviewed changes
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/ci/kerberos/sqlclient-ci-kerberos-pipeline.yml | Renames header and updates template references to the new ci/kerberos template directory (but one reference remains outdated per review comment). |
| eng/pipelines/ci/kerberos/linux-init-step.yml | Adds Linux domain-join + kinit initialization template for Kerberos testing. |
| eng/pipelines/ci/kerberos/linux-cleanup-step.yml | Adds always-run cleanup template to leave domain and destroy Kerberos credentials. |
| eng/pipelines/ci/kerberos/build-and-test-steps.yml | Adds shared build/test/publish steps used by Kerberos jobs (with a small comment fix requested). |
Comments suppressed due to low confidence (1)
eng/pipelines/ci/kerberos/sqlclient-ci-kerberos-pipeline.yml:176
- Not all Kerberos template references were updated to the new /eng/pipelines/ci/kerberos path. In the Windows .NET Framework stage there is still a
- template: /eng/pipelines/kerberos/build-and-test-steps.yml@selfreference (around line 256), but the old directory no longer exists—this will break that stage unless it is updated to/eng/pipelines/ci/kerberos/build-and-test-steps.yml@self.
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.
Summary
Cherry-pick of #4468 (
188c71ed0d4422ab4141f1079443fd909ebfcee7) intorelease/6.1for the 6.1.7 hotfix. The cherry-pick required manual conflict resolution.Moves the Kerberos test pipeline under the
ci/directory and renames the main pipeline file to follow theci/naming convention (matchingci/stress/sqlclient-ci-stress-pipeline.yml).Changes
eng/pipelines/kerberos/→eng/pipelines/ci/kerberos/(folder with all templates, viagit mvto preserve history)sqlclient-kerberos.yml→sqlclient-ci-kerberos-pipeline.yml/eng/pipelines/ci/kerberos/...Conflict Resolution
The original PR also updated PR trigger path filters in
sqlclient-pr-package-ref-pipeline.ymlandsqlclient-pr-project-ref-pipeline.yml; those changes are not part of this cherry-pick because therelease/6.1PR pipelines do not contain Kerberos path filters.