From 22655a784284c7f9095528cd54a5a460b6554398 Mon Sep 17 00:00:00 2001 From: Lukas Zapletal Date: Mon, 19 Jan 2026 09:28:26 +0100 Subject: [PATCH] boot-image: add make_check_host_config to boot-aws This was missing, I had to mess up merge conflicts and image cache hit passed the tests. --- test/scripts/boot-image | 1 + 1 file changed, 1 insertion(+) diff --git a/test/scripts/boot-image b/test/scripts/boot-image index 51b2400b24..9dfb593ec4 100755 --- a/test/scripts/boot-image +++ b/test/scripts/boot-image @@ -375,6 +375,7 @@ def boot_qemu_pxe(arch, pxe_tar_path): def cmd_boot_aws(arch, image_name, privkey, pubkey, image_path, script_cmd): + make_check_host_config(arch) aws_config = get_aws_config() cmd = ["go", "run", "./cmd/boot-aws", "run", "--access-key-id", aws_config["key_id"],