Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2021 01:42:38 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 20c918af7a3d - stable/12 - Cirrus-CI: Add descriptive task name
Message-ID:  <202106090142.1591gcmo090737@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=20c918af7a3de84a6fc7d840a712fc4aa4dcdb69

commit 20c918af7a3de84a6fc7d840a712fc4aa4dcdb69
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-06-02 15:31:48 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-06-09 01:41:45 +0000

    Cirrus-CI: Add descriptive task name
    
    Previously it appeared only as "main" in places like GitHub's list
    of checks run as part of a pull request.
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 903526542ac2309c08c769e517ea173a9f67cdb2)
    
    "boot smoke test" dropped from task name for the MFC, because Cirrus
    runs a build test only on stable/12 (see 05b9673637fe for details).
---
 .cirrus.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index ed89c0061973..356125f7d7b1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,6 +9,7 @@ env:
   CIRRUS_CLONE_DEPTH: 1
 
 task:
+  name: World and kernel amd64 build test
   timeout_in: 90m
   install_script:
   - pkg install -y qemu-devel uefi-edk2-qemu-x86_64



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