Set fetch depth to 5 for stress tests on NanoServer (#35109)
authorAlexander Nikolaev <55398552+alnikola@users.noreply.github.com>
Fri, 17 Apr 2020 15:30:15 +0000 (17:30 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 15:30:15 +0000 (17:30 +0200)
Increases git fetch depth for Windows NanoServer to avoid checkout failures

Fixes #33428

eng/pipelines/libraries/stress/http.yml
eng/pipelines/libraries/stress/ssl.yml

index 9c34a658bfe0a69fd8ad513d08c6d27cbe0a534c..2d7dbb6860b2b4da1db864df75fd47738feda096 100644 (file)
@@ -56,7 +56,7 @@ jobs:
   steps:
   - checkout: self
     clean: true
-    fetchDepth: 1
+    fetchDepth: 5
     lfs: false
   
   - pwsh: |
index 11e3f0dba5f23406424cb562470ab946efd2f2ff..88e20efce027a191de17ed907b0c74109a589086 100644 (file)
@@ -57,7 +57,7 @@ jobs:
   steps:
   - checkout: self
     clean: true
-    fetchDepth: 1
+    fetchDepth: 5
     lfs: false
 
   - pwsh: |