mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 14:58:16 +00:00
gha: allow cbl-mariner to test using initdata annotation
Allow "cc_init_data" hypervisor annotation. Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
This commit is contained in:
@@ -175,7 +175,7 @@ function deploy_kata() {
|
||||
|
||||
ANNOTATIONS="default_vcpus"
|
||||
if [[ "${KATA_HOST_OS}" = "cbl-mariner" ]]; then
|
||||
ANNOTATIONS="image kernel default_vcpus disable_image_nvdimm"
|
||||
ANNOTATIONS="image kernel default_vcpus disable_image_nvdimm cc_init_data"
|
||||
fi
|
||||
if [[ "${KATA_HYPERVISOR}" = "qemu" ]]; then
|
||||
ANNOTATIONS="image initrd kernel default_vcpus"
|
||||
|
Reference in New Issue
Block a user