[Core] Test: reproduce Red Hat RPM package build failure (from fork) - #33994
Open
xuming-ms wants to merge 1 commit into
Open
[Core] Test: reproduce Red Hat RPM package build failure (from fork)#33994xuming-ms wants to merge 1 commit into
xuming-ms wants to merge 1 commit into
Conversation
microsoft-github-policy-service
Bot
requested a review
from Yong Zhang (yonzhan)
August 27, 2026 00:59
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a trivial comment-only change in profile/logout to help reproduce and compare Red Hat RPM package CI failures when the PR originates from a fork vs an upstream branch.
Changes:
- Adds a single inline comment (
# test) inazure/cli/command_modules/profile/custom.pywithin thelogoutfunction.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| if in_cloud_console(): | ||
| logger.warning(_CLOUD_CONSOLE_LOGOUT_WARNING) | ||
|
|
||
| # test |
Collaborator
|
Core |
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.
🤖 PR Validation — ️✔️ All clear
Same trivial comment-only change as #33993, but raised from a fork instead of from a branch on Azure/azure-cli.
Purpose: determine whether the Red Hat RPM package test failures depend on where the pull request originates, since fork pull requests run with different pipeline permissions and agent access.
Observed on #33849, in all four
Test Rpm Packagejobs (UBI 8/9, AMD64/ARM64):pipitself cannot import, which points at an expat ABI mismatch in the UBI base image.Compare with #33993, which carries an identical change from an upstream branch.
Do not merge.