Disable SDL, increase timeout to 4.5 hours
This commit is contained in:
parent
80fec4e3ed
commit
43feff098b
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue