The branch main has been updated by bofh:

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

commit 676d64ee8327851063d92d0dd6a4ceee6b3a25e6
Author:     Muhammad Moinur Rahman <b...@freebsd.org>
AuthorDate: 2025-08-27 10:50:02 +0000
Commit:     Muhammad Moinur Rahman <b...@freebsd.org>
CommitDate: 2025-08-27 10:50:02 +0000

    .cirrus.yml: Reenable CI with pre-commit CI scripts
    
    These CI works were disabled as we had been suppressing build logs for
    developers running CI. That has been addressed by adding a new variable
    called CIENV. So reenable the tests.
    
    Approved by:    lwhsu
    Differential Revision:  https://reviews.freebsd.org/D51178
    Event: Oslo Hackthon 202508
---
 .cirrus.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index b03fac2b26b5..9ed08d750e2f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -194,13 +194,11 @@ 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
@@ -213,7 +211,7 @@ precommit_task:
     - pkg --version
 
   ci_script:
-    - make -C tests/ci TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} 
CITYPE=smoke ci
+    - make -C tests/ci TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} 
CIENV=cirrus CITYPE=smoke ci
 
   post_script:
     - df -m

Reply via email to