Skip to content

Commit dbcf3df

Browse files
committed
Remove max-depth
1 parent 7d692ec commit dbcf3df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure/pipelines/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ stages:
332332
arguments: $(Build.SourcesDirectory)/NuGet.config $Token
333333
env:
334334
Token: $(dn-bot-dnceng-artifact-feeds-rw)
335-
- script: df -h && du -h --threshold=1MB --max-depth=3 /home/vsts/work/
335+
- script: df -h && du -h --threshold=1MB /home/vsts/work/
336336
displayName: Disk utilization (before)
337337
- script: ./build.sh
338338
--ci
@@ -378,7 +378,7 @@ stages:
378378
$(_PublishArgs) \
379379
$(_InternalRuntimeDownloadArgs)
380380
displayName: Build RPM installers
381-
- script: df -h && du -h --threshold=1MB --max-depth=3 /home/vsts/work/
381+
- script: df -h && du -h --threshold=1MB /home/vsts/work/
382382
displayName: Disk utilization (after)
383383
installNodeJs: false
384384
installJdk: false
@@ -643,7 +643,7 @@ stages:
643643
displayName: Installing Nginx
644644
- bash: "echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
645645
displayName: Increase inotify limit
646-
- script: df -h && du -h --threshold=1MB --max-depth=3 /home/vsts/work/
646+
- script: df -h && du -h --threshold=1MB /home/vsts/work/
647647
displayName: Disk utilization (before)
648648
afterBuild:
649649
- bash: ./build.sh --ci --pack --no-build --no-restore --no-build-deps "/bl:artifacts/log/packages.pack.binlog"
@@ -659,7 +659,7 @@ stages:
659659
testResultsFormat: 'xUnit'
660660
testResultsFiles: '*.xml'
661661
searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)/Quarantined'
662-
- script: df -h && du -h --threshold=1MB --max-depth=3 /home/vsts/work/
662+
- script: df -h && du -h --threshold=1MB /home/vsts/work/
663663
displayName: Disk utilization (before)
664664
artifacts:
665665
- name: Linux_Test_Logs

0 commit comments

Comments
 (0)