cc: cache: shim-v2: Re-enable cached artefact

Now that the shim-v2 for CCv0 has been rebuilt with the correct path,
let's re-enable the cache.

Fixes: #7422

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-07-25 21:47:05 +02:00
parent ce926439f0
commit f6197f60b4

View File

@ -163,12 +163,6 @@ install_cached_tarball_component() {
# we have to rely and check some artefacts coming from the cc-rootfs-image and the # we have to rely and check some artefacts coming from the cc-rootfs-image and the
# cc-tdx-rootfs-image jobs. # cc-tdx-rootfs-image jobs.
install_cached_cc_shim_v2() { install_cached_cc_shim_v2() {
case ${5} in
"kata-static-cc-shim-v2.tar.xz")
USE_CACHE="no"
;;
esac
local component="${1}" local component="${1}"
local jenkins_build_url="${2}" local jenkins_build_url="${2}"
local current_version="${3}" local current_version="${3}"