git: 171f1c1b4f0e - main - Cirrus-CI: use llvm16 job by default and make llvm15 manual

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Fri, 23 Jun 2023 00:26:48 UTC
The branch main has been updated by emaste:

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

commit 171f1c1b4f0e9ec5b77a2dabdd4fcbf9baaa02df
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-06-22 23:20:34 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-06-23 00:26:34 +0000

    Cirrus-CI: use llvm16 job by default and make llvm15 manual
    
    With commit e048f78b2143 the default tool chain is Clang/LLVM 16, so
    follow along in the llvm pkg used by Cirrus-CI.
    
    MFC after:      1 month
    Sponsored by:   The FreeBSD Foundation
---
 .cirrus.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 12f77ed71b1b..860cb29445fe 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -16,14 +16,14 @@ env:
 task:
   matrix:
   - name: amd64-llvm15 World and kernel build and boot smoke test
+    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
+    trigger_type: manual
     env:
       TARGET: amd64
       TARGET_ARCH: amd64
       TOOLCHAIN: llvm15
       TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
   - name: amd64-llvm16 World and kernel build and boot smoke test
-    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
-    trigger_type: manual
     env:
       TARGET: amd64
       TARGET_ARCH: amd64