From 03478ad064f72ecc39a6526ef866656f76c5e233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 27 Jul 2023 17:02:18 +0200 Subject: [PATCH] kata-deploy: Add the runtime-classes that are not yet on main MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is another piece that got dropped as part of 6f552b010c51eb9e6dbcbb21cfa122f5c8d6ad36 and is causing regressions on the operator tests. Fixes: #7422 Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/kata-deploy/scripts/kata-deploy.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/packaging/kata-deploy/scripts/kata-deploy.sh b/tools/packaging/kata-deploy/scripts/kata-deploy.sh index 957ea0d929..7fa18f3c70 100755 --- a/tools/packaging/kata-deploy/scripts/kata-deploy.sh +++ b/tools/packaging/kata-deploy/scripts/kata-deploy.sh @@ -24,6 +24,13 @@ shims=( "dragonball" ) +# THOSE ARE NOT YET ON MAIN, PLEASE, MOVE THEM TO THE UPPDER LIST WHENEVER THEY MAKE THEIR WAY IN. +shims+=( + "remote" + "qemu-se" + "clh-tdx" +) + default_shim="qemu" # If we fail for any reason a message will be displayed