git: b48741ee9b - main - Cirrus CI: Switch to on-premises worker

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sun, 01 Oct 2023 00:34:16 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=b48741ee9bfb4dc75df31d784c0846aad4b788ff

commit b48741ee9bfb4dc75df31d784c0846aad4b788ff
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-10-01 00:33:09 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-10-01 00:33:09 +0000

    Cirrus CI: Switch to on-premises worker
    
    Cirrus CI is currently not operational for us due to exceeding the
    monthly free compute limit.
    
    This temporarily disables Cirrus CI public instances in favor of an
    on-premises worker hosted in the FreeBSD cluster for testing purposes.
---
 .cirrus.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index de741b4b78..1c95c07b93 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,12 +1,10 @@
-freebsd_instance:
-  image_family: freebsd-13-2
-
 env:
   CIRRUS_CLONE_DEPTH: 1
 
 task:
+  persistent_worker:
+    labels:
+      jail: FreeBSD-13-2-release
   timeout_in: 20m
-  install_script:
-    - pkg install -y docproj
   test_script:
     - make HUGO_ARGS="--verbose --debug"