From ee51fc23a3297e1acdeffc5b4ca09129ba7c889a Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Sun, 27 Aug 2023 12:09:39 +1200 Subject: [PATCH 2/2] ci: Use more CPUs on FreeBSD. Reduce test_world time by using all available CPUs. --- .cirrus.tasks.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index e137769850..69e2bcb7ad 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -126,11 +126,9 @@ task: name: FreeBSD - 13 - Meson env: - # FreeBSD on GCP is slow when running with larger number of CPUS / - # jobs. Using one more job than cpus seems to work best. - CPUS: 2 - BUILD_JOBS: 3 - TEST_JOBS: 3 + CPUS: 4 + BUILD_JOBS: 4 + TEST_JOBS: 8 IMAGE_FAMILY: pg-ci-freebsd-13 DISK_SIZE: 50 -- 2.41.0