Quellcode durchsuchen

Merge pull request #16911 from aspnet/SDLTimeout

Disable SDL, increase timeout to 4.5 hours
William Godbe vor 6 Jahren
Ursprung
Commit
51bca856b6
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      .azure/pipelines/ci.yml
  2. 1 1
      .azure/pipelines/jobs/default-build.yml

+ 1 - 1
.azure/pipelines/ci.yml

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

+ 1 - 1
.azure/pipelines/jobs/default-build.yml

@@ -58,7 +58,7 @@ parameters:
   installTar: true
   installNodeJs: 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).
   # This makes sure we have time to upload everything in the case of a build timeout - really important for investigating a build