]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/azure: align torture shallowness with GHA
authorMarc Hoersken <info@marc-hoersken.de>
Thu, 25 Aug 2022 21:52:34 +0000 (23:52 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Fri, 26 Aug 2022 09:37:46 +0000 (11:37 +0200)
There 25 is used with FTP tests skipped, and 20 for FTP tests.
This should make torture tests stay within the 60min timeout.

Reviewed-by: Daniel Stenberg
Closes #9371

.azure-pipelines.yml

index 171a650dd67b3897675eae3f9388c35b3ed74647..8d1e5d7bcba1b12ec78636f0f5eebaa9a07da5c9 100644 (file)
@@ -77,7 +77,7 @@ stages:
           name: torture
           install: libnghttp2-dev
           configure: --enable-debug --disable-shared --disable-threaded-resolver --with-openssl
-          tests: -n -t --shallow=40 !FTP
+          tests: -n -t --shallow=25 !FTP
     steps:
     - script: sudo apt-get update && sudo apt-get install -y stunnel4 python3-impacket libzstd-dev libbrotli-dev $(install)
       displayName: 'apt install'