Merge pull request #16911 from aspnet/SDLTimeout

Disable SDL, increase timeout to 4.5 hours
This commit is contained in:
William Godbe 2019-11-11 09:44:35 -08:00 committed by GitHub
commit 51bca856b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -639,7 +639,7 @@ stages:
publishInstallersAndChecksums: true publishInstallersAndChecksums: true
# This is to enable SDL runs part of Post-Build Validation Stage # This is to enable SDL runs part of Post-Build Validation Stage
SDLValidationParameters: SDLValidationParameters:
enable: true enable: false
continueOnError: false continueOnError: false
params: ' -SourceToolsList @("policheck","credscan") params: ' -SourceToolsList @("policheck","credscan")
-TsaInstanceURL $(_TsaInstanceURL) -TsaInstanceURL $(_TsaInstanceURL)

View File

@ -58,7 +58,7 @@ parameters:
installTar: true installTar: true
installNodeJs: true installNodeJs: true
installJdk: true installJdk: true
timeoutInMinutes: 180 timeoutInMinutes: 270
# We need longer than the default amount of 5 minutes to upload our logs/artifacts. (We currently take around 5 mins in the best case). # We need longer than the default amount of 5 minutes to upload our logs/artifacts. (We currently take around 5 mins in the best case).
# This makes sure we have time to upload everything in the case of a build timeout - really important for investigating a build # This makes sure we have time to upload everything in the case of a build timeout - really important for investigating a build