Open
Description
What would you like to be added:
Revert #34607, i.e. re-apply #34584.
We had to revert because it made the job flaky. There are two issues which may have to be solved first:
- The "Pods should cap back-off at MaxContainerBackOff" test runs for ~27 minutes, by design. If it doesn't get started early enough, it runs into the 1 hour time limit for these jobs (example).
- Something, perhaps the same test, caused stability issues in other tests which were stable before. One symptom was
failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: unable to freeze
, another an unexpected exit code of 2.
Why is this needed:
Not running slow tests missed a regression.
/cc @aojea @BenTheElder