]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Roll back distcheck and v1 functests to Ubuntu 20.04
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 27 Jan 2023 21:10:45 +0000 (14:10 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 27 Jan 2023 21:10:45 +0000 (14:10 -0700)
Ubuntu 22.04 VMs hosted by Github cannot find the LXD package.
Revert back to Ubuntu 20.04 for the Dist Check and the v1
Functional Test jobs until Github gets this sorted out.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
(cherry picked from commit 6b83b7f200ee1b110c526e17c15ecd954e1e363f)

.github/workflows/continuous-integration.yml

index 1db6373549fa46d7b940aa0b40220c929a5e8040..4aa8250461a9f155202af8c5fcc5d93b2c643fde 100644 (file)
@@ -121,7 +121,7 @@ jobs:
 
   distcheckv1:
     name: Cgroup v1 Dist Check
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
 
     steps:
     - name: Install container dependencies
@@ -143,7 +143,7 @@ jobs:
 
   functionaltestsv1:
     name: Cgroup v1 Functional Tests
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
 
     steps:
     - name: Install container dependencies