From eee6049ee9745b23e1eb25dcabedd9ad432e2bd1 Mon Sep 17 00:00:00 2001 From: Manuel Huber Date: Thu, 19 Mar 2026 15:55:17 -0700 Subject: [PATCH] tests: Use multiple CPUs for image layer storage Use multiple CPUs for the image layer storage test. The purpose is to ensure guest-pull using the container image layer storage functionality with integrity-protected encryption works (writes to /dev/trusted_store will be multi-threaded). Signed-off-by: Manuel Huber --- .../pod-guest-pull-in-trusted-storage.yaml.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/kubernetes/runtimeclass_workloads/pod-guest-pull-in-trusted-storage.yaml.in b/tests/integration/kubernetes/runtimeclass_workloads/pod-guest-pull-in-trusted-storage.yaml.in index d69cd69d7e..8bc921b17f 100644 --- a/tests/integration/kubernetes/runtimeclass_workloads/pod-guest-pull-in-trusted-storage.yaml.in +++ b/tests/integration/kubernetes/runtimeclass_workloads/pod-guest-pull-in-trusted-storage.yaml.in @@ -28,6 +28,9 @@ spec: command: ["/bin/sh", "-c"] args: - sleep 6000 + resources: + limits: + cpu: "2" volumeDevices: - devicePath: /dev/trusted_store name: trusted-storage