This repository was archived by the owner on Sep 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ jobs:
41
41
strategy :
42
42
matrix :
43
43
include :
44
- - distro : centos7
44
+ - distro : rockylinux8
45
45
playbook : converge.yml
46
- - distro : ubuntu1804
46
+ - distro : ubuntu2004
47
47
playbook : converge.yml
48
- - distro : debian9
48
+ - distro : debian10
49
49
playbook : converge.yml
50
- - distro : centos7
50
+ - distro : rockylinux8
51
51
playbook : version.yml
52
- - distro : ubuntu1804
52
+ - distro : ubuntu2004
53
53
playbook : version.yml
54
54
- distro : rockylinux8
55
55
playbook : version.yml
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ platforms:
9
9
image : " geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
10
10
command : ${MOLECULE_DOCKER_COMMAND:-""}
11
11
volumes :
12
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
12
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
13
+ cgroupns_mode : host
13
14
privileged : true
14
15
pre_build_image : true
15
16
provisioner :
Original file line number Diff line number Diff line change 19
19
20
20
- name : Set the test GitLab version number for Debian.
21
21
set_fact :
22
- gitlab_version : ' 11.4.0 -ce.0'
22
+ gitlab_version : ' 15.6.3 -ce.0'
23
23
when : ansible_os_family == 'Debian'
24
24
25
25
- name : Set the test GitLab version number for RedHat 7.
You can’t perform that action at this time.
0 commit comments