gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 35/264: CI: stop ignoring 323, it is disabled


From: gnunet
Subject: [gnurl] 35/264: CI: stop ignoring 323, it is disabled
Date: Thu, 30 Apr 2020 16:05:38 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit d83402813b624d9067416bea2e7feb70a358cf65
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Mar 16 22:21:37 2020 +0100

    CI: stop ignoring 323, it is disabled
---
 .azure-pipelines.yml     | 14 +++++++-------
 .cirrus.yml              |  4 ++--
 scripts/travis/script.sh |  7 +------
 3 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 9962c11f4..42dd83c5b 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -43,7 +43,7 @@ stages:
       displayName: 'test'
       env:
         AZURE_ACCESS_TOKEN: "$(System.AccessToken)"
-        TFLAGS: "~323"
+        TFLAGS: ""
 
   - job: disable_ipv6
     displayName: ubuntu w/o IPv6
@@ -64,7 +64,7 @@ stages:
       displayName: 'test'
       env:
         AZURE_ACCESS_TOKEN: "$(System.AccessToken)"
-        TFLAGS: "~323"
+        TFLAGS: ""
 
   - job: disable_http_smtp_imap
     displayName: ubuntu w/o HTTP/SMTP/IMAP
@@ -105,7 +105,7 @@ stages:
       displayName: 'test'
       env:
         AZURE_ACCESS_TOKEN: "$(System.AccessToken)"
-        TFLAGS: "~323"
+        TFLAGS: ""
 
   - job: http_only
     displayName: ubuntu HTTP only
@@ -126,7 +126,7 @@ stages:
       displayName: 'test'
       env:
         AZURE_ACCESS_TOKEN: "$(System.AccessToken)"
-        TFLAGS: "~323"
+        TFLAGS: ""
 
 - stage: linux_torture
   dependsOn: linux
@@ -149,7 +149,7 @@ stages:
     - script: make test-nonflaky
       displayName: 'torture test'
       env:
-        TFLAGS: "-n -t --shallow=40 !FTP ~323"
+        TFLAGS: "-n -t --shallow=40 !FTP"
 
 ##########################################
 ### macOS jobs below
@@ -261,7 +261,7 @@ stages:
       displayName: 'test'
       env:
         AZURE_ACCESS_TOKEN: "$(System.AccessToken)"
-        TFLAGS: "~323 ~1056 ~1299"
+        TFLAGS: "~1056 ~1299"
 
   - job: windows_msys2_mingw64_debug_openssl
     displayName: msys2 mingw64 debug openssl
@@ -284,7 +284,7 @@ stages:
       displayName: 'test'
       env:
         AZURE_ACCESS_TOKEN: "$(System.AccessToken)"
-        TFLAGS: "~323 ~1056 ~1299"
+        TFLAGS: "~1056 ~1299"
 
   - job: windows_msys1_mingw_debug_openssl
     displayName: msys1 mingw debug openssl
diff --git a/.cirrus.yml b/.cirrus.yml
index 734c5a8c9..058cd1753 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -44,8 +44,8 @@ task:
     - SKIP_TESTS=''
     - uname -r
     - case `uname -r` in
-        13.0*) SKIP_TESTS='!323 !1242 !1243 !2002 !2003';;
-        12.1*) SKIP_TESTS='!323 !1242 !1243 !2002 !2003';;
+        13.0*) SKIP_TESTS='!1242 !1243 !2002 !2003';;
+        12.1*) SKIP_TESTS='!1242 !1243 !2002 !2003';;
         11.3*) SKIP_TESTS='!504 !1242 !1243 !2002 !2003';;
         10.4*) SKIP_TESTS='!310 !311 !312 !313 !1082 !1242 !1243 !2002 !2003 
!2034 !2035 !2037 !2038 !2041 !2042 !2048 !3000 !3001';;
       esac
diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh
index 3f587640d..5bfd84b84 100755
--- a/scripts/travis/script.sh
+++ b/scripts/travis/script.sh
@@ -28,12 +28,7 @@ if [ "$T" = "debug" ]; then
   make
   make examples
   if [ -z $NOTESTS ]; then
-    if [ "$TRAVIS_ARCH" = "aarch64" ] ; then
-      # TODO: find out why this test is failing on arm64
-      make "TFLAGS=-n !323" test-nonflaky
-    else
-      make TFLAGS=-n test-nonflaky
-    fi
+    make TFLAGS=-n test-nonflaky
   fi
 fi
 

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



reply via email to

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