Skip to content

Commit c146736

Browse files
authored
repair failing regression tests due to unretrievable proxy files (Azure#28348)
1 parent 48a75c2 commit c146736

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eng/pipelines/templates/jobs/regression.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
- template: ../variables/globals.yml
6464
- name: PROXY_URL
6565
value: "http://localhost:5000"
66+
- name: TEST_PROXY_FOLDER
67+
value: $(Build.SourcesDirectory)/../.tmp_code_path/azure-sdk-for-python
6668

6769
# Please use `$(TargetingString)` to refer to the python packages glob string. This was previously `${{ parameters.BuildTargetingString }}`.
6870
steps:
@@ -80,7 +82,8 @@ jobs:
8082
artifactName: 'packages'
8183
targetPath: $(Build.ArtifactStagingDirectory)
8284

83-
- script: |
85+
- pwsh: |
86+
mkdir -p $(TEST_PROXY_FOLDER)
8487
pip install -r eng/regression_tools.txt
8588
displayName: 'Prep Environment'
8689

0 commit comments

Comments
 (0)