Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2021 23:59:37 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: 903526542ac2 - main - Cirrus-CI: Add descriptive task name
Message-ID:  <202106022359.152Nxb50040702@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=903526542ac2309c08c769e517ea173a9f67cdb2

commit 903526542ac2309c08c769e517ea173a9f67cdb2
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-06-02 15:31:48 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-06-02 23:58:40 +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
---
 .cirrus.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 58a57e5c61c8..2cc2243162ac 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 llvm12



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