summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-10 12:47:46 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-13 13:01:32 +0100
commit92c18ef7c2c4a2e2456239ae43fb6b9ec3717674 (patch)
tree9930c3ccbaca82931eeda4cddd178f7bf2d9fe32
parent1fb2a487520346ee343733e03698ddfb6133fa24 (diff)
downloadcurl-bagder/azure-torture.tar.gz
azure: add a torture testbagder/azure-torture
Skipping all FTP tests for speed reasons.
-rw-r--r--.azure-pipelines.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 507e24a9f..2e9d6a307 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -81,6 +81,27 @@ jobs:
- script: make test-nonflaky
displayName: 'test'
+ - job: torture
+ displayName: ubuntu torture tests
+ pool:
+ vmImage: 'ubuntu-latest'
+ steps:
+ - script: sudo apt install libnghttp2-dev
+ displayName: 'apt install'
+
+ - script: ./buildconf && ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-alt-svc
+ displayName: 'Run configure'
+
+ - script: make
+ displayName: 'make'
+
+ - script: make "TFLAGS=-n -t --shallow=40 '!FTP'" test-nonflaky
+ displayName: 'torture test'
+
+##########################################
+### macOS jobs below
+##########################################
+
- job: macos_plain
displayName: macos default
pool: