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)
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'
- 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