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

Commit

Permalink
Merge branch 'master' into rocky8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aethylred authored Feb 14, 2023
2 parents 0a8e211 + d6d2776 commit c63e69b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
strategy:
matrix:
include:
- distro: centos7
- distro: rockylinux8
playbook: converge.yml
- distro: ubuntu1804
- distro: ubuntu2004
playbook: converge.yml
- distro: debian9
- distro: debian10
playbook: converge.yml
- distro: centos7
- distro: rockylinux8
playbook: version.yml
- distro: ubuntu1804
- distro: ubuntu2004
playbook: version.yml
- distro: rockylinux8
playbook: version.yml
Expand Down
3 changes: 2 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ platforms:
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
pre_build_image: true
provisioner:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- name: Set the test GitLab version number for Debian.
set_fact:
gitlab_version: '11.4.0-ce.0'
gitlab_version: '15.6.3-ce.0'
when: ansible_os_family == 'Debian'

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

0 comments on commit c63e69b

Please sign in to comment.