m git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3542d by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 17 Dec 2025 18:56:29 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Muhammad Moinur Rahman Subject: git: 41e9414e2679 - main - .cirrus.yml: Add persistent worker List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bofh X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 41e9414e2679842e461cbc1d9193f7a9daca7546 Auto-Submitted: auto-generated Date: Wed, 17 Dec 2025 18:56:29 +0000 Message-Id: <6942fcdd.3542d.5b08d406@gitrepo.freebsd.org> The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/src/commit/?id=41e9414e2679842e461cbc1d9193f7a9daca7546 commit 41e9414e2679842e461cbc1d9193f7a9daca7546 Author: Muhammad Moinur Rahman AuthorDate: 2025-12-14 12:17:06 +0000 Commit: Muhammad Moinur Rahman CommitDate: 2025-12-17 18:55:42 +0000 .cirrus.yml: Add persistent worker As we have received an external box sponsored by NetActuate we can now enable the pre-commit tasks to be run in this box. Once we have enabled this debug if there are any errors and after confirmation we can enable this for other tasks too. Sponsored by: NetActuate Sponsored by: The FreeBSD Foundation Approved by: emaste, lwhsu Differential Revision: https://reviews.freebsd.org/D54220 --- .cirrus.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1036a3d60ca1..4d166e1c6818 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -191,16 +191,17 @@ task: - du -m -s /usr/obj precommit_task: + persistent_worker: + labels: + jail: FreeBSD-src matrix: - name: amd64 smoke test using internal ci systems only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*' - trigger_type: manual env: TARGET: amd64 TARGET_ARCH: amd64 - name: aarch64 smoke test using internal ci systems only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*' - trigger_type: manual env: TARGET: arm64 TARGET_ARCH: aarch64