mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-12 06:38:11 +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
|
||||
overhead:
|
||||
podFixed:
|
||||
memory: "2048Mi"
|
||||
cpu: "1.0"
|
||||
memory: "4096Mi"
|
||||
cpu: "1"
|
||||
scheduling:
|
||||
nodeSelector:
|
||||
katacontainers.io/kata-runtime: "true"
|
||||
@ -84,8 +84,8 @@ metadata:
|
||||
handler: kata-qemu-nvidia-gpu-tdx
|
||||
overhead:
|
||||
podFixed:
|
||||
memory: "2048Mi"
|
||||
cpu: "1.0"
|
||||
memory: "4096Mi"
|
||||
cpu: "1"
|
||||
scheduling:
|
||||
nodeSelector:
|
||||
katacontainers.io/kata-runtime: "true"
|
||||
@ -97,8 +97,8 @@ metadata:
|
||||
handler: kata-qemu-nvidia-gpu
|
||||
overhead:
|
||||
podFixed:
|
||||
memory: "160Mi"
|
||||
cpu: "250m"
|
||||
memory: "4096Mi"
|
||||
cpu: "1"
|
||||
scheduling:
|
||||
nodeSelector:
|
||||
katacontainers.io/kata-runtime: "true"
|
||||
|
Loading…
Reference in New Issue
Block a user