Fix container_spec_memory_swap_limit_bytes in ci-cos-cgroupv1-containerd-node-e2e CI jobs

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2025-03-22 07:28:05 -04:00
parent dd43c3d29d
commit 0486790592
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

@ -73,7 +73,7 @@ var _ = SIGDescribe("ContainerMetrics", "[LinuxOnly]", framework.WithNodeConform
"container_spec_cpu_shares": preciseSample(2),
"container_spec_memory_limit_bytes": preciseSample(79998976),
"container_spec_memory_reservation_limit_bytes": preciseSample(0),
"container_spec_memory_swap_limit_bytes": preciseSample(0),
"container_spec_memory_swap_limit_bytes": boundedSample(0, 80*e2evolume.Mb),
"container_start_time_seconds": boundedSample(time.Now().Add(-maxStatsAge).Unix(), time.Now().Add(2*time.Minute).Unix()),
"container_tasks_state": preciseSample(0),
"container_threads": boundedSample(0, 10),