summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2022-08-25 23:52:34 +0200
committerMarc Hoersken <info@marc-hoersken.de>2022-08-26 11:37:46 +0200
commitd80b4f1ef01eb452078a499a67d68f34f987d5a0 (patch)
treeecadfbded3ee1887bbfc9c468c62aeaff37154c1 /.azure-pipelines.yml
parentbc25c9e3ee04619f74cd4cf2abafe956a9456a22 (diff)
downloadcurl-d80b4f1ef01eb452078a499a67d68f34f987d5a0.tar.gz
CI/azure: align torture shallowness with GHA
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
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 171a650dd..8d1e5d7bc 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -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'