{LTS} Skip homebrew task in LTS#32252
Merged
bebound merged 1 commit intoAzure:dev-lts-2.66from Oct 16, 2025
Merged
Conversation
|
Hi @bebound, |
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
1ed86d7 to
62b3937
Compare
Collaborator
|
LTS |
jiasli
reviewed
Oct 15, 2025
|
|
||
| dependsOn: BuildPythonWheel | ||
| condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule')) | ||
| condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule'), not(contains(variables['Build.SourceBranch'], 'lts'))) |
Member
There was a problem hiding this comment.
Similar to #32237 (comment), removing this task is simpler.
jiasli
approved these changes
Oct 15, 2025
evelyn-ys
approved these changes
Oct 16, 2025
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.
Description
Homebrew task fails in LTS CI, which has been fixed in dev branch: #32162
However, LTS does not need homebrew, so skip homebrew task.