Skip to content

Resolve Crashing VerifyChangeLogs #42545

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

Merged
merged 7 commits into from
Aug 15, 2025
Merged

Resolve Crashing VerifyChangeLogs #42545

merged 7 commits into from
Aug 15, 2025

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Aug 15, 2025

This PR:

Sorry folks, I actually ran an internal build on the changeset that caused this break, so I'm not certain how I managed to break the world on verify changelog in the way I did. This is because I ran it against the refs/pull/42545/merge, it resolved to run verify-changelogs, NOT the version that crashes on internal.

test build proving out the fix on a service that was hitting this on their scheduled build

@scbedd scbedd self-assigned this Aug 15, 2025
@Copilot Copilot AI review requested due to automatic review settings August 15, 2025 17:22
Copy link
Contributor

@Copilot Copilot AI left a 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 resolves critical build failures in the VerifyChangeLogs process and regression testing pipeline by fixing path resolution and Python installation issues. The changes address scenarios where relative paths were causing failures when scripts were executed from different working directories.

Key changes:

  • Fixed path resolution issues in the changelog verification process by using absolute paths
  • Updated regression pipeline to use the standardized $(PIP_EXE) variable instead of hardcoded python -m pip

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
eng/scripts/Language-Settings.ps1 Fixed path resolution for azure-sdk-tools installation and get_package_properties.py script execution by using absolute paths
eng/pipelines/templates/jobs/regression.yml Updated pip installation command to use the standardized $(PIP_EXE) variable

@scbedd scbedd moved this from 🤔 Triage to 🔬 Dev in PR in Azure SDK EngSys 🍕 Aug 15, 2025
@scbedd scbedd merged commit 986394d into main Aug 15, 2025
16 checks passed
@scbedd scbedd deleted the investigate-build-break branch August 15, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔬 Dev in PR
Development

Successfully merging this pull request may close these issues.

3 participants