aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2023-10-01 00:33:09 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-10-01 00:33:09 +0000
commitb48741ee9bfb4dc75df31d784c0846aad4b788ff (patch)
treece4c00777b58f7a8b2738635fb557c0fd45c151d /.cirrus.yml
parent851eb7bb0df97087aa07b9aee4141fda225a9411 (diff)
downloaddoc-b48741ee9bfb4dc75df31d784c0846aad4b788ff.tar.gz
doc-b48741ee9bfb4dc75df31d784c0846aad4b788ff.zip
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.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml8
1 files 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"