The topic/erofs-integrety branch added integrity mode for the erofs
snapshotter but accidentally removed support for the existing disk and
memory modes. This caused the CI job
run-k8s-tests-coco-nontee-with-erofs-snapshotter-memory to fail with:
ERROR: Unsupported EROFS_SNAPSHOTTER_MODE: memory
Fix gha-run-k8s-common.sh to support all three modes:
- disk: uses 10G disk-backed storage
- memory: uses memory-backed storage (default_size=0)
- integrity: uses 10G disk-backed storage with dm-verity support
Also add dm-mod and dm-verity module loading for integrity mode, and
add integrity to the erofs-mode matrix in run-kata-coco-tests.yaml.
Signed-off-by: Copilot <noreply@github.com>