From 6b30c3364cc6929ec7d7afc562a9d15afb92ba62 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 19 Sep 2023 17:46:52 +0200 Subject: [PATCH] Replace CentOS 7 by Alpine 3. --- .github/workflows/ansible-test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 5187e1b3b..cb3f7f2e7 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -174,12 +174,14 @@ jobs: python: '' target: shippable/posix/group5/ # 2.13 + # NB: We originally wanted to use centos7, but that requires cgroups v1. + # So we used alpine3 instead. - ansible: '2.13' - docker: centos7 + docker: alpine3 python: '' target: shippable/posix/group4/ - ansible: '2.13' - docker: centos7 + docker: alpine3 python: '' target: shippable/posix/group5/ - ansible: '2.13'