]> xenbits.xensource.com Git - people/andrewcoop/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)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 4 Apr 2025 10:33:55 +0000 (11:33 +0100)
In preparation for adding some smoke tests that will consume those outputs.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
(cherry picked from commit c9de0e2ce41700132ffb9f25930fcca9da5e78af)

.cirrus.yml

index a6e4a5d0308b0ce939eea85ed5bd1cee335a90b7..38b654f75cf203c9f5373b26679ff96e1a8f7709 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