summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>2020-07-09 00:16:21 -0700
committerJay Satiro <raysatiro@yahoo.com>2020-07-11 02:42:54 -0400
commit7670e9ef7119d756114ef59c9d00115c9f35dcc7 (patch)
tree7b429a32431f1d23bcc1e2eb14a327754451e17d /.cirrus.yml
parent963d17add2a68428d4e971f04f0fb9b9f3ac1517 (diff)
downloadcurl-7670e9ef7119d756114ef59c9d00115c9f35dcc7.tar.gz
cirrus-ci: upgrade 11-STABLE to 11.4
Meant to be the last of the 11 series and so make sure that all other references reflect all 11 versions so they can be retired together later. Closes https://github.com/curl/curl/pull/5668
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 55d7d44b0..823c9f577 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -29,8 +29,7 @@ task:
# A stable 13.0 image likely won't be available before early 2021
# image_family: freebsd-13-0-snap
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
+ image_family: freebsd-11-4
env:
CIRRUS_CLONE_DEPTH: 10
@@ -71,7 +70,7 @@ task:
- case `uname -r` in
13.0*) SKIP_TESTS='!SFTP !SCP';;
12.1*) SKIP_TESTS='!SFTP !SCP';;
- 11.3*) SKIP_TESTS='!SFTP !SCP';;
+ 11.*) SKIP_TESTS='!SFTP !SCP';;
esac
- sudo -u nobody make V=1 TFLAGS="-n -a -p !flaky ${SKIP_TESTS}" test-nonflaky
install_script: