-
Notifications
You must be signed in to change notification settings - Fork 183
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
[test resources] Consolidate naming logic and generate short hash names for local use #5242
Conversation
d269c11
to
2796617
Compare
a5e28f6
to
669646b
Compare
@heaths @weshaggard I marked this ready for review now. If you look at the commits I'm rolling in a couple bug fixes and quality of life updates here. |
The following pipelines have been queued for testing: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable to me
Hello @azure-sdk! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
This PR fixes an issue introduced in #5242 which stopped respecting BaseName parameter overrides in CI mode. This caused issues in stress deployments where we intentionally override BaseName to get a short name hash and need the value to match up with other places where inject it. CC @richardpark-msft @lmolkova
Follow up fix related to discussion on Azure/azure-sdk-for-net#33262
EnvironmentVariables
ref getting updated from the parameters when splatting in CI mode and polluting the env variable outputs on subsequent runs in the same shell.Fixes #4931