[azsdk-cli] Revert to using azp for PR CI#12074
Merged
Merged
Conversation
benbp
requested review from
jeo02,
l0lawrence,
maririos,
praveenkuttappan,
richardpark-msft,
samvaity,
smw-ms and
timovv
as code owners
September 15, 2025 18:42
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR disables pull request validation for the azsdk-cli Azure DevOps pipeline by removing the PR trigger configuration and replacing it with pr: none. This allows the pipeline to continue running on main branch triggers while skipping CI validation for pull requests targeting this tool.
- Removes PR branch and path triggers for the azsdk-cli pipeline
- Replaces multi-line PR configuration with
pr: noneto disable PR validation
Member
|
Let's talk about this a little more tomorrow in our 1:1. While I appreciate GH actions might spin up faster I worry that things will get out-of-sync with what we ship and what we validate. |
praveenkuttappan
approved these changes
Sep 16, 2025
benbp
force-pushed
the
benbp/azsdk-cli-pipeline-ci
branch
from
September 17, 2025 17:15
2defe23 to
e81e60c
Compare
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.
The github action has slowed down a bit with newer changes so we're going to revert to focusing on performance improvements in the azure pipelines CI instead.