File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -643,6 +643,8 @@ stages:
643
643
displayName : Installing Nginx
644
644
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
645
645
displayName : Increase inotify limit
646
+ - script : df -h
647
+ displayName : Disk utilization (before)
646
648
afterBuild :
647
649
- bash : ./build.sh --ci --pack --no-build --no-restore --no-build-deps "/bl:artifacts/log/packages.pack.binlog"
648
650
displayName : Pack Packages (for Template tests)
@@ -657,6 +659,8 @@ stages:
657
659
testResultsFormat : ' xUnit'
658
660
testResultsFiles : ' *.xml'
659
661
searchFolder : ' $(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)/Quarantined'
662
+ - script : df -h
663
+ displayName : Disk utilization (before)
660
664
artifacts :
661
665
- name : Linux_Test_Logs
662
666
path : artifacts/log/
You can’t perform that action at this time.
0 commit comments