-
Notifications
You must be signed in to change notification settings - Fork 185
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
Add git commit details to stress environment #7543
Conversation
The following pipelines have been queued for testing: |
eng/common/scripts/stress-testing/stress-test-deployment-lib.ps1
Outdated
Show resolved
Hide resolved
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.
One suggestion but otherwise seems good.
The following pipelines have been queued for testing: |
44f78c5
to
343d917
Compare
343d917
to
1f76f94
Compare
@weshaggard looks like |
The following pipelines have been queued for testing: |
"--set", "stress-test-addons.env=$environment" | ||
) | ||
|
||
$gitCommit = git -C $pkg.Directory rev-parse HEAD 2>&1 |
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.
I don't think you want -C
here do you? When I tried that locally I don't think it worked. I thought that was referring to the configuration location.
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#7543 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
That is interesting as that I had the opposite when I tested locally. I could point to the folder that contained the edit: After looking at https://git-scm.com/docs/git#Documentation/git.txt--Cltpathgt what you say seems correct I guess I will need to do some more testing to understand what I saw. |
Fixes #7521 #4644. See README.md diff in PR for details.
FYI @lmolkova @richardpark-msft