@@ -332,8 +332,6 @@ stages:
332
332
arguments : $(Build.SourcesDirectory)/NuGet.config $Token
333
333
env :
334
334
Token : $(dn-bot-dnceng-artifact-feeds-rw)
335
- - script : df -h && du -h --threshold=1MB /home/vsts/work/
336
- displayName : Disk utilization (before)
337
335
- script : ./build.sh
338
336
--ci
339
337
--arch x64
@@ -378,8 +376,6 @@ stages:
378
376
$(_PublishArgs) \
379
377
$(_InternalRuntimeDownloadArgs)
380
378
displayName: Build RPM installers
381
- - script : df -h && du -h --threshold=1MB /home/vsts/work/
382
- displayName : Disk utilization (after)
383
379
installNodeJs : false
384
380
installJdk : false
385
381
artifacts :
@@ -643,8 +639,6 @@ stages:
643
639
displayName : Installing Nginx
644
640
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
645
641
displayName : Increase inotify limit
646
- - script : df -h && du -h --threshold=1MB /home/vsts/work/
647
- displayName : Disk utilization (before)
648
642
afterBuild :
649
643
- bash : ./build.sh --ci --pack --no-build --no-restore --no-build-deps "/bl:artifacts/log/packages.pack.binlog"
650
644
displayName : Pack Packages (for Template tests)
@@ -659,8 +653,6 @@ stages:
659
653
testResultsFormat : ' xUnit'
660
654
testResultsFiles : ' *.xml'
661
655
searchFolder : ' $(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)/Quarantined'
662
- - script : df -h && du -h --threshold=1MB /home/vsts/work/
663
- displayName : Disk utilization (before)
664
656
artifacts :
665
657
- name : Linux_Test_Logs
666
658
path : artifacts/log/
0 commit comments