]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Cirrus CI: Refine resource allocation for freebsd. [skip appveyor]
authorDenis Ovsienko <[email protected]>
Thu, 29 Jul 2021 18:13:10 +0000 (19:13 +0100)
committerDenis Ovsienko <[email protected]>
Thu, 29 Jul 2021 18:13:10 +0000 (19:13 +0100)
FreeBSD-13.0 is now the fastest, so size it down and size the other two
releases up a bit. Remove a stale comment.

.cirrus.yml

index 40ef91f8454347f43ca53250adc70919cd8d9238..5216952d89320f913fd18043eeec498e2284c411 100644 (file)
@@ -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