Skip to content

Commit

Permalink
Fix CI out of disk space issues, issue #3908 (#3923)
Browse files Browse the repository at this point in the history
* Fix CI out of disk space issues

* Set runCodesignValidationInjection: false
  • Loading branch information
jonthysell authored and msftbot[bot] committed Jan 21, 2020
1 parent 7d6357f commit 9adec4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .ado/templates/e2e-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
vmImage: windows-2019
variables:
VsComponents: Microsoft.VisualStudio.Component.VC.v141.x86.x64,Microsoft.VisualStudio.ComponentGroup.UWP.VC.v141
BaseIntDir: $(BUILD_SOURCESDIRECTORY)\vnext\build
BaseIntDir: $(Agent.HomeDirectory)\BaseIntDir
runCodesignValidationInjection: false
VmImage: windows-2019

timeoutInMinutes: 60 # how long to run the job before automatically cancelling
Expand Down
3 changes: 2 additions & 1 deletion .ado/variables/vs2017.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ variables:
VmImage: vs2017-win2016
MSBuildVersion: 15.0
GoogleTestAdapterPath: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions\drknwe51.xnq'
BaseIntDir: $(Agent.HomeDirectory)\BaseIntDir # redirect to C:
BaseIntDir: $(Agent.HomeDirectory)\BaseIntDir # redirect to C:
runCodesignValidationInjection: false
3 changes: 2 additions & 1 deletion .ado/variables/vs2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ variables:
VsComponents: Microsoft.VisualStudio.Component.VC.v141.x86.x64,Microsoft.VisualStudio.ComponentGroup.UWP.VC.v141
MSBuildVersion: 16.0
GoogleTestAdapterPath: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Extensions\pemwd5jw.szc'
BaseIntDir: $(BUILD_SOURCESDIRECTORY)\vnext\build
BaseIntDir: $(Agent.HomeDirectory)\BaseIntDir # redirect to C:
runCodesignValidationInjection: false

0 comments on commit 9adec4f

Please sign in to comment.