git: 52faea7a3693 - stable/13 - Cirrus-CI: Add descriptive task name

Ed Maste emaste at FreeBSD.org
Sun Jun 6 19:20:29 UTC 2021


The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=52faea7a3693ddf13472ac6775340b4c1b2f5449

commit 52faea7a3693ddf13472ac6775340b4c1b2f5449
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-06-02 15:31:48 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-06-06 19:19:26 +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)
---
 .cirrus.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 963355013df0..65dda70e7012 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,6 +14,7 @@ env:
   CIRRUS_CLONE_DEPTH: 1
 
 task:
+  name: World and kernel amd64 build and boot smoke test
   timeout_in: 120m
   install_script:
   - pkg install -y qemu uefi-edk2-qemu-x86_64 llvm11


More information about the dev-commits-src-all mailing list