Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2025 11:02:33 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5bc4143b95ac - stable/14 - .cirrus.yml: Refactor
Message-ID:  <202505061102.546B2XWm091457@gitrepo.freebsd.org>

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

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

commit 5bc4143b95acc8a2b757cb287d15431f333bb53b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-05-01 22:55:59 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-05-06 11:01:34 +0000

    .cirrus.yml: Refactor
    
    Most of the matrix options are manually triggered ones but some of those
    do not specifically mention them in the name. So add the string
    ' (manual)` in the name of the jobs for better clarity in the web
    interface of cirrus CI.
    
    These are mostly cosmetic changes and have no effects on the build
    itself.
    
    Will be merged in all stable versions.
    
    Approved by:    emaste
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D50110
    
    (cherry picked from commit 5c67180ffa931242a98b1a747e811f2acbd351db)
---
 .cirrus.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 2bcb1985e68e..bab6c600ba9b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,7 +14,7 @@ env:
 
 task:
   matrix:
-  - name: amd64-llvm16 World and kernel build and boot smoke test
+  - name: amd64-llvm16 World and kernel build and boot smoke test (manual)
     only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:
@@ -22,7 +22,7 @@ task:
       TARGET_ARCH: amd64
       TOOLCHAIN: llvm16
       TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
-  - name: amd64-llvm17 World and kernel build and boot smoke test
+  - name: amd64-llvm17 World and kernel build and boot smoke test (manual)
     only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:
@@ -30,7 +30,7 @@ task:
       TARGET_ARCH: amd64
       TOOLCHAIN: llvm17
       TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
-  - name: amd64-llvm18 World and kernel build and boot smoke test
+  - name: amd64-llvm18 World and kernel build and boot smoke test (manual)
     only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:
@@ -45,7 +45,7 @@ task:
       TARGET_ARCH: amd64
       TOOLCHAIN: llvm19
       TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
-  - name: arm64-llvm16 World and kernel build and boot smoke test
+  - name: arm64-llvm16 World and kernel build and boot smoke test (manual)
     only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:
@@ -53,7 +53,7 @@ task:
       TARGET_ARCH: aarch64
       TOOLCHAIN: llvm16
       TOOLCHAIN_PKG: ${TOOLCHAIN}
-  - name: arm64-llvm17 World and kernel build and boot smoke test
+  - name: arm64-llvm17 World and kernel build and boot smoke test (manual)
     only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:
@@ -61,7 +61,7 @@ task:
       TARGET_ARCH: aarch64
       TOOLCHAIN: llvm17
       TOOLCHAIN_PKG: ${TOOLCHAIN}
-  - name: arm64-llvm18 World and kernel build and boot smoke test
+  - name: arm64-llvm18 World and kernel build and boot smoke test (manual)
     only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:
@@ -69,7 +69,7 @@ task:
       TARGET_ARCH: aarch64
       TOOLCHAIN: llvm18
       TOOLCHAIN_PKG: ${TOOLCHAIN}
-  - name: arm64-llvm19 World and kernel build and boot smoke test
+  - name: arm64-llvm19 World and kernel build and boot smoke test (manual)
     only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:



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