mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-20 08:44:23 +00:00
The PR https://github.com/kubernetes/kubernetes/pull/104575 introduces some intermediate types which makes the 32GiB memory machine kill the typecheck process. To resolve that issue and make the test more robust, we now reduce the amount of parallel typechecks to run to `2`. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>