The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/src/commit/?id=be0b4916f1933665ec5fe6a726e70725d4393b10
commit be0b4916f1933665ec5fe6a726e70725d4393b10 Author: Muhammad Moinur Rahman <b...@freebsd.org> AuthorDate: 2025-07-06 12:40:24 +0000 Commit: Muhammad Moinur Rahman <b...@freebsd.org> CommitDate: 2025-07-06 12:40:24 +0000 .cirrus.yml: Switch to manual mode for internal CI Pre-commit CI task using the FreeBSD internal CI system silences the build logs. This is hard to decode the actual problem on why a build is failing without any clue as the buildlogs are removed once the task fails. For now disable the tasks using manual trigger_type. Approved by: emaste (irc) --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index d6c4df7a9776..b03fac2b26b5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -194,11 +194,13 @@ precommit_task: 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