Skip to content

Commit

Permalink
test-appliance: kcs: fix kernel uploading
Browse files Browse the repository at this point in the history
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 <[email protected]>
Fixes: ac16929 ("run-tests/util: fix compatibility with openSUSE's file command")
  • Loading branch information
tytso committed Nov 19, 2024
1 parent ce657ba commit 8d879bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-appliance/gce-create-image
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 8d879bf

Please sign in to comment.