Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2023 13:17:54 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 98c5211847af - main - Cirrus-CI: move arch and toolchain to beginning of task names
Message-ID:  <202305301317.34UDHsRY034577@gitrepo.freebsd.org>

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

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

commit 98c5211847afbfef54cf7446a4a94a6aad6a31bd
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-05-26 17:58:04 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-05-30 13:17:09 +0000

    Cirrus-CI: move arch and toolchain to beginning of task names
    
    This is the key difference between the tasks, so make it the most
    prominent.
    
    Sponsored by:   The FreeBSD Foundation
---
 .cirrus.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 9f4899577340..64e1766d916b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -15,13 +15,13 @@ env:
 
 task:
   matrix:
-  - name: World and kernel amd64 build and boot smoke test
+  - name: amd64-llvm15 World and kernel build and boot smoke test
     env:
       TARGET: amd64
       TARGET_ARCH: amd64
       TOOLCHAIN: llvm15
       TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
-  - name: World and kernel arm64 build and boot smoke test
+  - name: arm64-llvm15 World and kernel build and boot smoke test
     only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:
@@ -29,7 +29,7 @@ task:
       TARGET_ARCH: aarch64
       TOOLCHAIN: llvm15
       TOOLCHAIN_PKG: ${TOOLCHAIN}
-  - name: World and kernel gcc12 amd64 build and boot smoke test (manual)
+  - name: amd64-gcc12 World and kernel build and boot smoke test (manual)
     only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
     env:
@@ -37,7 +37,7 @@ task:
       TARGET_ARCH: amd64
       TOOLCHAIN: amd64-gcc12
       TOOLCHAIN_PKG: ${TOOLCHAIN}
-  - name: World and kernel gcc12 amd64 build and boot smoke test (FreeBSD repo)
+  - name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo)
     only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src'
     env:
       TARGET: amd64



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