Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit c63e69b

Browse files
authored
Merge branch 'master' into rocky8
2 parents 0a8e211 + d6d2776 commit c63e69b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
- distro: centos7
44+
- distro: rockylinux8
4545
playbook: converge.yml
46-
- distro: ubuntu1804
46+
- distro: ubuntu2004
4747
playbook: converge.yml
48-
- distro: debian9
48+
- distro: debian10
4949
playbook: converge.yml
50-
- distro: centos7
50+
- distro: rockylinux8
5151
playbook: version.yml
52-
- distro: ubuntu1804
52+
- distro: ubuntu2004
5353
playbook: version.yml
5454
- distro: rockylinux8
5555
playbook: version.yml

molecule/default/molecule.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ platforms:
99
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
1010
command: ${MOLECULE_DOCKER_COMMAND:-""}
1111
volumes:
12-
- /sys/fs/cgroup:/sys/fs/cgroup:ro
12+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
13+
cgroupns_mode: host
1314
privileged: true
1415
pre_build_image: true
1516
provisioner:

molecule/default/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
- name: Set the test GitLab version number for Debian.
2121
set_fact:
22-
gitlab_version: '11.4.0-ce.0'
22+
gitlab_version: '15.6.3-ce.0'
2323
when: ansible_os_family == 'Debian'
2424

2525
- name: Set the test GitLab version number for RedHat 7.

0 commit comments

Comments
 (0)