git: 453f6aa42842 - stable/14 - Cirrus-CI: Switch default job to llvm19-amd64

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 16 Dec 2024 01:35:44 UTC
The branch stable/14 has been updated by emaste:

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

commit 453f6aa428429b36030492ddbb1f9eb6498638cf
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-12-10 01:58:57 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-12-16 00:39:08 +0000

    Cirrus-CI: Switch default job to llvm19-amd64
    
    Clang/LLVM19 matches the default in-tree toolchain.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 5e310866c3733cbf2e38e15c3f16cba16136829e)
---
 .cirrus.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 62766904de2b..2a1a8b6cbf3b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -31,15 +31,15 @@ task:
       TOOLCHAIN: llvm17
       TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
   - name: amd64-llvm18 World and kernel build and boot smoke test
-    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
+    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
+    trigger_type: manual
     env:
       TARGET: amd64
       TARGET_ARCH: amd64
       TOOLCHAIN: llvm18
       TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
   - name: amd64-llvm19 World and kernel build and boot smoke test
-    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
-    trigger_type: manual
+    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
     env:
       TARGET: amd64
       TARGET_ARCH: amd64