[Test-Proxy] Allow eng/common/testproxy to be used via external reference#3656
[Test-Proxy] Allow eng/common/testproxy to be used via external reference#36562 commits merged intoAzure:mainfrom
Conversation
… to make this easy on them we're parameterizing the root of the eng/common for easy use in that scenario
|
The following pipelines have been queued for testing: |
|
Is the issue here that it's being run from a repo without eng/common syncing? |
|
Yeah. The autorest repo specifically in this case. |
|
Merging to unblock but we should chat more about this reference going forwards and whether we want to pin versions (to make historical builds more reliable if necessary). |
…sing some issues!
|
The following pipelines have been queued for testing: |
|
Given that a lot of the template pipelines don't exercise test-proxy, I manually queued one. It checks out. I have filed an issue to enforce that. |
|
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 (
|
We should be using tags for external repo and we should do a release of the tools repo by running https://dev.azure.com/azure-sdk/internal/_build?definitionId=1696&_a=summary and if you want a repo reference to be updated you need to add the repo to the list at https://github.com/Azure/azure-sdk-tools/blob/main/eng/pipelines/tools-repo-versioning.yml#L26 |
@iscai-msft is hitting issues when running tests just prior to autorest release. As part of that release verification, they need to run storage against the latest version just prior to release. Now that storage uses test-proxy, that is breaking in their pipeline.
To enable this, I originally referred @iscai-msft to pull in the repo using
But they can't simply activate the template, because the template assumes that it is in the original
$(Build.SourcesDirectory). This PR just backs that assumption out, without changing anything if you don't provide an argument.