### What is the problem you're trying to solve `cri-containerd-cni` has been deprecated and the test [scripts](https://github.com/containerd/containerd/blob/main/contrib/gce/configure.sh#L118) still rely on that, for configuring containerd installation on a node. ### Describe the solution you'd like Instead of using the `cri-containerd` tarball, the build artifacts/binaries should be downloaded separately and then used in the tests. This change will affect the tests that are running in kubernetes test-infra that makes use of containerd/containerd main branch ### Additional context _No response_