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:
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
Original file line number Diff line number Diff 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
1516provisioner :
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments