From 92c18ef7c2c4a2e2456239ae43fb6b9ec3717674 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Dec 2019 12:47:46 +0100 Subject: azure: add a torture test Skipping all FTP tests for speed reasons. --- .azure-pipelines.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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: -- cgit v1.2.1