Skip to content

Commit 005bbc9

Browse files
authored
Fix pipeline no enough disk space to download artifact issue (#287)
Fix pipeline no enough disk space to download artifact issue. #### Work item tracking Microsoft ADO (number only): 24624663 **- What I did** Fix pipeline no enough disk space to download artifact issue. **- How I did it** Improve pipeline to only download *.deb and *.whl **- How to verify it** Pass all UT **- Description for the changelog** Fix pipeline no enough disk space to download artifact issue.
1 parent 4948ea3 commit 005bbc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ stages:
4242
artifact: sonic-buildimage.vs
4343
runVersion: 'latestFromBranch'
4444
runBranch: 'refs/heads/master'
45+
patterns: |
46+
**/*.whl
47+
**/*.deb
4548
displayName: "Download sonic buildimage"
4649

4750
- script: |

0 commit comments

Comments
 (0)