mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
The test was validated locally by running 100 pods for 100 rounds without observing any failures. Due to limited resources in the CI environment, the test parameters were reduced to 8 pods and 10 rounds. ```bash FOCUS=TestOOMEventMonitor CGROUP_DRIVER=cgroupfs taskset -c 0,1 make cri-integration | tee /tmp/log ``` Signed-off-by: Wei Fu <fuweid89@gmail.com>