gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 140/151: cirrus: Switch to the FreeBSD 12.1 point release & enab


From: gnunet
Subject: [gnurl] 140/151: cirrus: Switch to the FreeBSD 12.1 point release & enable more tests.
Date: Fri, 20 Dec 2019 14:27:29 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 35f908072ccc997463b8f53a0afc0ec254f03d00
Author: Dan Fandrich <address@hidden>
AuthorDate: Mon Dec 16 11:25:53 2019 +0100

    cirrus: Switch to the FreeBSD 12.1 point release & enable more tests.
    
    A few tests are now passing on FreeBSD, so no longer skip them.
    [skip ci]
---
 .cirrus.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 1982246db..17a277145 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -7,7 +7,7 @@ task:
     matrix:
       # There isn't a stable 13.0 image yet (2019-12)
       image_family: freebsd-13-0-snap
-      image_family: freebsd-12-0
+      image_family: freebsd-12-1
       # The stable 11.3 image causes "Agent is not responding" so use a 
snapshot
       image_family: freebsd-11-3-snap
 
@@ -43,10 +43,10 @@ task:
     - SKIP_TESTS=''
     - uname -r
     - case `uname -r` in
-        13.0*) SKIP_TESTS='!303 !304 !323 !504 !1242 !1243 !2002 !2003';;
-        12.0*) SKIP_TESTS='!303 !304 !323 !504 !1242 !1243 !2002 !2003';;
-        11.3*) SKIP_TESTS='!303 !304 !504 !1242 !1243 !2002 !2003';;
-        10.4*) SKIP_TESTS='!303 !304 !310 !311 !312 !313 !504 !1082 !1242 
!1243 !2002 !2003 !2034 !2035 !2037 !2038 !2041 !2042 !2048 !3000 !3001';;
+        13.0*) SKIP_TESTS='!323 !1242 !1243 !2002 !2003';;
+        12.1*) SKIP_TESTS='!323 !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
     - sudo -u nobody make V=1 TFLAGS="-n -a -p !flaky ${SKIP_TESTS}" 
test-nonflaky
   install_script:

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



reply via email to

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