Skip to content

Commit 4244978

Browse files
committed
CI: gha: rm ubuntu-20.04
There is an announce that Ubuntu 20.04 will be removed in April, and in March there will be a few "brown-out" dates/times when it won't work. This leaves us with no other options than to remove ubuntu-20.04 from the testing matrix. As a result, cgroup v1 testing will only be done on AlmaLinux 8 running on CirrusCI. It is probably going to be sufficient for the time being (until we deprecate cgroup v1). If not, our options are - run Ubuntu 20.04 (or other cgroup v1 distro) in a VM on GHA; - switch to cirrus-ci. [1]: actions/runner-images#11101 Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent c873744 commit 4244978

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-20.04, ubuntu-24.04, actuated-arm64-6cpu-8gb]
26+
os: [ubuntu-24.04, actuated-arm64-6cpu-8gb]
2727
go-version: [1.23.x, 1.24.x]
2828
rootless: ["rootless", ""]
2929
race: ["-race", ""]
@@ -172,8 +172,6 @@ jobs:
172172
run: sudo -E PATH="$PATH" script -e -c 'make local${{ matrix.rootless }}integration'
173173

174174
- name: integration test (systemd driver)
175-
# Skip rootless+systemd for ubuntu 20.04 because of cgroup v1.
176-
if: ${{ !(matrix.os == 'ubuntu-20.04' && matrix.rootless == 'rootless') }}
177175
run: |
178176
# Delegate all cgroup v2 controllers to rootless user via --systemd-cgroup.
179177
# The default (since systemd v252) is "pids memory cpu".

0 commit comments

Comments
 (0)