]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
automation/cirrus-ci: store XTF and Xen build artifacts
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 14 Mar 2025 12:01:36 +0000 (13:01 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Mon, 17 Mar 2025 10:35:21 +0000 (11:35 +0100)
In preparation for adding some smoke tests that will consume those outputs.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
.cirrus.yml

index d8a322acd54c32a3a0af14e115c0d0536973a881..c74d5cf6eb9aa605736d7e2fc3c79dd8534f2fd5 100644 (file)
@@ -61,6 +61,14 @@ task:
   build_script:
     - gmake -j`sysctl -n hw.ncpu` clang=y
 
+  xen_artifacts:
+    path: xen/xen
+    type: application/octet-stream
+
+  debug_artifacts:
+    path: xen/xen-syms
+    type: application/octet-stream
+
 task:
   name: 'FreeBSD: randconfig build'
 
@@ -106,3 +114,7 @@ task:
     - cc --version
     - git rev-parse HEAD
     - gmake -j`sysctl -n hw.ncpu` LLVM=y
+
+  xtf_artifacts:
+    path: xtf/tests/selftest/test-*-selftest
+    type: application/octet-stream