git: 20c918af7a3d - stable/12 - Cirrus-CI: Add descriptive task name
Ed Maste
emaste at FreeBSD.org
Wed Jun 9 01:42:39 UTC 2021
The branch stable/12 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=20c918af7a3de84a6fc7d840a712fc4aa4dcdb69
commit 20c918af7a3de84a6fc7d840a712fc4aa4dcdb69
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-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
More information about the dev-commits-src-branches
mailing list