Skip to content

Commit 3e43b93

Browse files
committed
Try again
1 parent 8b84587 commit 3e43b93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,8 @@ 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
647+
displayName: Disk utilization (before)
646648
afterBuild:
647649
- bash: ./build.sh --ci --pack --no-build --no-restore --no-build-deps "/bl:artifacts/log/packages.pack.binlog"
648650
displayName: Pack Packages (for Template tests)
@@ -657,6 +659,8 @@ stages:
657659
testResultsFormat: 'xUnit'
658660
testResultsFiles: '*.xml'
659661
searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)/Quarantined'
662+
- script: df -h
663+
displayName: Disk utilization (before)
660664
artifacts:
661665
- name: Linux_Test_Logs
662666
path: artifacts/log/

0 commit comments

Comments
 (0)