Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2025 15:01:24 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: eb895ad4c47e - stable/15 - Revert ".cirrus.yml: Reenable CI with pre-commit CI scripts"
Message-ID:  <202510141501.59EF1OO4020311@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=eb895ad4c47e0f3ee77dff638159e21dee1c501a

commit eb895ad4c47e0f3ee77dff638159e21dee1c501a
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-09-19 14:09:48 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-10-14 15:00:58 +0000

    Revert ".cirrus.yml: Reenable CI with pre-commit CI scripts"
    
    This reverts commit 676d64ee8327851063d92d0dd6a4ceee6b3a25e6.
    
    These tests take a combined 3h to run and are consuming our montly
    Cirrus-CI credits in short order, before failing.
    
    In the PR markj reports that the failure appeared somewhere between:
    
    good: da64f6e047b5f6cd9b9e8450d19072cb0b6e44d0
    bad:  b197d2abcb6895d78bc9df8404e374397aa44748
    
    Unfortunately, even after we find the offending commit and have a fix we
    still do not have sufficient monthly compute credit.  Disable these
    tests for now, pending a solution to both issues.
    
    PR:             289696
    Reviewed by:    ngie
    Differential Revision: https://reviews.freebsd.org/D52618
    
    (cherry picked from commit 2b8bfdcad1f46076eaf40938634538fbcb13cb1c)
---
 .cirrus.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 9ed08d750e2f..84efa04f1ccb 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510141501.59EF1OO4020311>