diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2019-12-16 11:25:53 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2019-12-16 13:30:53 +0100 |
commit | 35f908072ccc997463b8f53a0afc0ec254f03d00 (patch) | |
tree | 36bfd20fbaf7f09575a1d8e85959a2ea47618490 /.cirrus.yml | |
parent | 5eda54c0f08ecf4e456dc3d4495af5e6d90fc5c6 (diff) | |
download | curl-35f908072ccc997463b8f53a0afc0ec254f03d00.tar.gz |
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]
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 10 |
1 files 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: |