From: Daniel Stenberg Date: Tue, 10 Dec 2019 11:47:46 +0000 (+0100) Subject: azure: add a torture test X-Git-Tag: curl-7_68_0~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3758b95f98954b43af6367e7f27baee0d9f307;p=thirdparty%2Fcurl.git azure: add a torture test Skipping all FTP tests for speed reasons. Closes #4697 --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 507e24a9f6..2e9d6a3071 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: