From e657bc14104bebd9bea8da8855118a99895988ee Mon Sep 17 00:00:00 2001 From: Unmesh Deodhar Date: Thu, 29 Jun 2023 11:51:22 -0500 Subject: [PATCH] Test commit Setting the MEASURED_ROOTFS variable for SEV and SEV_SNP case. Fixes: #5593 Signed-off-by: Unmesh Deodhar --- .ci/ci_job_flags.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/ci_job_flags.sh b/.ci/ci_job_flags.sh index 8d5a52536..81acca6b8 100755 --- a/.ci/ci_job_flags.sh +++ b/.ci/ci_job_flags.sh @@ -135,6 +135,7 @@ case "${CI_JOB}" in export KATA_BUILD_CC="yes" export AA_KBC="offline_fs_kbc" export TEST_INITRD="yes" + export MEASURED_ROOTFS="yes" if [[ "${CI_JOB}" =~ K8S ]]; then export KUBERNETES=yes fi