From fbc11b06983c1e3d902d50773381ada65d26812b Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 9 Oct 2019 16:03:07 +0200 Subject: [PATCH] Publish NOVA test ISOs --- tests/driver-nova.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/driver-nova.nix b/tests/driver-nova.nix index 8e14aa7..1182ab0 100644 --- a/tests/driver-nova.nix +++ b/tests/driver-nova.nix @@ -104,7 +104,6 @@ let -iso-level 2 \ boot } - puts "built ISO?" } ## @@ -151,6 +150,10 @@ let set out $env(out) build_iso $out/test.iso + set fd [open "$out/nix-support/hydra-build-products" w] + puts $fd "file iso $out/test.iso" + close $fd + global spawn_id spawn ${hostPkgs.qemu_test}/bin/qemu-system-x86_64 -cdrom $out/test.iso -nographic -m $qemu_mem wait_for_output $wait_for_re $timeout_value $spawn_id