Date: Sun, 1 Oct 2023 00:34:16 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: b48741ee9b - main - Cirrus CI: Switch to on-premises worker Message-ID: <202310010034.3910YGdr010555@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310010034.3910YGdr010555>
