git: 8cba2003e85b - main - Cirrus-CI: add a manually triggered arm64 task

Ed Maste emaste at FreeBSD.org
Tue Sep 14 19:14:52 UTC 2021


The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=8cba2003e85b49a482ca623945209ca537374229

commit 8cba2003e85b49a482ca623945209ca537374229
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-06-23 19:24:36 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-09-14 19:12:55 +0000

    Cirrus-CI: add a manually triggered arm64 task
    
    Reviewed by:    imp
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D31953
---
 .cirrus.yml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 461339f1bfcb..d34f189f0db0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -11,7 +11,16 @@ compute_engine_instance:
   disk: 40
 
 task:
-  name: World and kernel amd64 build and boot smoke test
+  matrix:
+  - name: World and kernel amd64 build and boot smoke test
+    env:
+      TARGET: amd64
+      TARGET_ARCH: amd64
+  - name: World and kernel arm64 build and boot smoke test
+    trigger_type: manual
+    env:
+      TARGET: arm64
+      TARGET_ARCH: aarch64
   timeout_in: 120m
   install_script:
   - sh .cirrus-ci/pkg-install.sh qemu llvm12


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