From 8d879bf3d93c46c9046913d61f634413309850e1 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 19 Nov 2024 17:54:02 -0500 Subject: [PATCH] test-appliance: kcs: fix kernel uploading A recent change added a dependency to determine the architecture type of the built kernel. This file wasn't included in the gce-xfstests test appliance, which broken Kernel Compilation Service's call to "gce-xfstests upload-kernel". Include it to fix the KCS. Signed-off-by: Theodore Ts'o Fixes: ac169293769c ("run-tests/util: fix compatibility with openSUSE's file command") --- test-appliance/gce-create-image | 1 + 1 file changed, 1 insertion(+) diff --git a/test-appliance/gce-create-image b/test-appliance/gce-create-image index 2138eafa..55ebc509 100755 --- a/test-appliance/gce-create-image +++ b/test-appliance/gce-create-image @@ -243,6 +243,7 @@ cp ../run-fstests/util/gce-launch-ltm $kvm_xfs_dir/util/ cp ../run-fstests/util/gce-ltm-funcs $kvm_xfs_dir/util/ cp ../run-fstests/util/gce-setup-cert $kvm_xfs_dir/util/ cp ../run-fstests/util/get-config $kvm_xfs_dir/util/ +cp ../run-fstests/util/kernel-magic $kvm_xfs_dir/util/ cp ../run-fstests/util/parse_cli $kvm_xfs_dir/util/ cp ../run-fstests/util/parse_opt_funcs $kvm_xfs_dir/util/ cp ../run-fstests/config.gce $kvm_xfs_dir/