gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 128/151: azure: add a torture test


From: gnunet
Subject: [gnurl] 128/151: azure: add a torture test
Date: Fri, 20 Dec 2019 14:27:17 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit ec3758b95f98954b43af6367e7f27baee0d9f307
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Dec 10 12:47:46 2019 +0100

    azure: add a torture test
    
    Skipping all FTP tests for speed reasons.
    
    Closes #4697
---
 .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:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]