Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.8] Use ubuntu 20.04 for kind e2e tests (#13540)
* use ubuntu 20.04 for kind e2e tests Signed-off-by: Paul S. Schweigert <[email protected]> Github recently made the `ubuntu-latest` runner label refer to Ubuntu 22.04 (before it had been 20.04). 22.04 uses cgroups v2 by default, whereas 20.04 was still using cgroups v1. It seems that our cgroups conformance tests were written for cgroups v1, as they fail when using cgroups v2 (tested on both Ubuntu 22.04 and Fedora 36). As a short-term solution, this patch will keep running the e2e tests on Ubuntu 20.04, until we have a chance to rewrite the conformance tests to work with cgroups v2. * check cgroup version Signed-off-by: Paul S. Schweigert <[email protected]> * actually run the tests on 20.04 with go 1.19 Signed-off-by: Paul S. Schweigert <[email protected]> Signed-off-by: Paul S. Schweigert <[email protected]> Co-authored-by: Paul S. Schweigert <[email protected]>
- Loading branch information