Skip to content

Commit

Permalink
Replace CentOS 7 by Alpine 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 19, 2023
1 parent 8eb4751 commit 6b30c33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6b30c33

Please sign in to comment.