From: Denis Ovsienko Date: Thu, 29 Jul 2021 18:13:10 +0000 (+0100) Subject: Cirrus CI: Refine resource allocation for freebsd. [skip appveyor] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/e417a24b2e6292452a39c3eec02b2911db7e250c Cirrus CI: Refine resource allocation for freebsd. [skip appveyor] FreeBSD-13.0 is now the fastest, so size it down and size the other two releases up a bit. Remove a stale comment. --- diff --git a/.cirrus.yml b/.cirrus.yml index 40ef91f8..5216952d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,15 +9,14 @@ freebsd_task: # FreeBSD fails to start with 1 GB. 8 CPUs max concurrency. matrix: - image_family: freebsd-11-4 - cpu: 2 + cpu: 3 memory: 2G - image_family: freebsd-12-2 - cpu: 2 + cpu: 3 memory: 2G - image_family: freebsd-13-0 - # This one is much slower than the others. - cpu: 4 - memory: 4G + cpu: 2 + memory: 2G env: IGNORE_OSVERSION: yes MAKEFLAGS: -j 4