]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
workflows/ci: use ubuntu 20.04 for cgroup v1 functional test
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Tue, 13 Dec 2022 19:01:51 +0000 (12:01 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 13 Dec 2022 19:02:23 +0000 (12:02 -0700)
commit9460764acd4419885d126d3f8cc0a1fe5bc68159
tree71b526ebb6dd8d277f0af22f36575b04fd7a5f53
parent38f026747e433ba125eba8baa7940fb6a0f08256
workflows/ci: use ubuntu 20.04 for cgroup v1 functional test

Using ubuntu-latest (Ubuntu 22.04) for the cgroup v1 functional test
fails, due to two reasons:
- The lxd package has been renamed to lxd-installer
- Ubuntu-latest (22.04) supports only cgroup v2 hierarchy and for
  branch-2.0 pass the test cases, requires forward porting a couple of
  patches from 3.0 branch. Let's run it on the known stable release
  Ubuntu-20.04 instead.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/workflows/continuous-integration.yml