mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-12 14:48:13 +00:00
tests: runtimeclasses: Adjust gpu runtimeclasses
679cc9d47c
was merged and bumped the
podoverhead for the gpu related runtimeclasses. However, the bump on the
`kata-runtimeClasses.yaml` as overlooked, making our tests fail due to
that discrepancy.
Let's just adjust the values here and move on.
Signed-off-by: Fabiano Fidêncio <fidencio@northflank.com>
This commit is contained in:
parent
ef545eed86
commit
2c2995b7b0
@ -71,8 +71,8 @@ metadata:
|
|||||||
handler: kata-qemu-nvidia-gpu-snp
|
handler: kata-qemu-nvidia-gpu-snp
|
||||||
overhead:
|
overhead:
|
||||||
podFixed:
|
podFixed:
|
||||||
memory: "2048Mi"
|
memory: "4096Mi"
|
||||||
cpu: "1.0"
|
cpu: "1"
|
||||||
scheduling:
|
scheduling:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
katacontainers.io/kata-runtime: "true"
|
katacontainers.io/kata-runtime: "true"
|
||||||
@ -84,8 +84,8 @@ metadata:
|
|||||||
handler: kata-qemu-nvidia-gpu-tdx
|
handler: kata-qemu-nvidia-gpu-tdx
|
||||||
overhead:
|
overhead:
|
||||||
podFixed:
|
podFixed:
|
||||||
memory: "2048Mi"
|
memory: "4096Mi"
|
||||||
cpu: "1.0"
|
cpu: "1"
|
||||||
scheduling:
|
scheduling:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
katacontainers.io/kata-runtime: "true"
|
katacontainers.io/kata-runtime: "true"
|
||||||
@ -97,8 +97,8 @@ metadata:
|
|||||||
handler: kata-qemu-nvidia-gpu
|
handler: kata-qemu-nvidia-gpu
|
||||||
overhead:
|
overhead:
|
||||||
podFixed:
|
podFixed:
|
||||||
memory: "160Mi"
|
memory: "4096Mi"
|
||||||
cpu: "250m"
|
cpu: "1"
|
||||||
scheduling:
|
scheduling:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
katacontainers.io/kata-runtime: "true"
|
katacontainers.io/kata-runtime: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user