git: 18a7ea33592d - stable/12 - Cirrus-CI: add a manually triggered arm64 task
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Dec 2021 00:29:14 UTC
The branch stable/12 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=18a7ea33592d364aafbe5467e632f0b6b7273f14
commit 18a7ea33592d364aafbe5467e632f0b6b7273f14
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-06-23 19:24:36 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-12-12 22:47:42 +0000
Cirrus-CI: add a manually triggered arm64 task
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D31953
(cherry picked from commit 8cba2003e85b49a482ca623945209ca537374229)
(cherry picked from commit 3d7ec50621cac05f229651f966829248e6d70c8c)
---
.cirrus.yml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index 4c5cc7c31a77..ee4c0dfd5665 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -9,8 +9,17 @@ env:
CIRRUS_CLONE_DEPTH: 1
task:
- name: World and kernel amd64 build test
timeout_in: 90m
+ matrix:
+ - name: World and kernel amd64 build test
+ env:
+ TARGET: amd64
+ TARGET_ARCH: amd64
+ - name: World and kernel arm64 build test
+ trigger_type: manual
+ env:
+ TARGET: arm64
+ TARGET_ARCH: aarch64
install_script:
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64
script: