From 60beb5236db73bf0bdad1b999dd1a4ba9ab49f11 Mon Sep 17 00:00:00 2001 From: Dan Mihai Date: Fri, 12 Sep 2025 15:35:30 +0000 Subject: [PATCH] runtime: snp: enable CoCo annotations Use @DEFENABLEANNOTATIONS_COCO@ in configuration-qemu-snp.toml, for consistency with the tdx and coco-dev configuration files. k8s-initdata.bats was failing during CI on SNP without this change, because the cc_init_data annotation was disabled. Signed-off-by: Dan Mihai --- src/runtime/config/configuration-qemu-snp.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/config/configuration-qemu-snp.toml.in b/src/runtime/config/configuration-qemu-snp.toml.in index f51cf6c5cd..11ef12f97f 100644 --- a/src/runtime/config/configuration-qemu-snp.toml.in +++ b/src/runtime/config/configuration-qemu-snp.toml.in @@ -52,7 +52,7 @@ sev_snp_guest = true # List of valid annotation names for the hypervisor # Each member of the list is a regular expression, which is the base name # of the annotation, e.g. "path" for io.katacontainers.config.hypervisor.path" -enable_annotations = @DEFENABLEANNOTATIONS@ +enable_annotations = @DEFENABLEANNOTATIONS_COCO@ # List of valid annotations values for the hypervisor # Each member of the list is a path pattern as described by glob(3).