Skip to content

Commit

Permalink
Merge pull request #125 from romeroalx/fix-ci-requests
Browse files Browse the repository at this point in the history
GH Actions: fix issues with CI
  • Loading branch information
romeroalx authored Nov 27, 2024
2 parents ca381db + f174289 commit 8a6bb0f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions molecule/dnsdist-16/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependency:
name: galaxy

platforms:
- name: centos-7
image: centos:7
- name: oraclelinux-7
image: oraclelinux:7
dockerfile_tpl: centos-systemd

- name: oraclelinux-8
Expand Down
4 changes: 2 additions & 2 deletions molecule/dnsdist-17/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependency:
name: galaxy

platforms:
- name: centos-7
image: centos:7
- name: oraclelinux-7
image: oraclelinux:7
dockerfile_tpl: centos-systemd

- name: oraclelinux-8
Expand Down
4 changes: 2 additions & 2 deletions molecule/dnsdist-18/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependency:
name: galaxy

platforms:
- name: centos-7
image: centos:7
- name: oraclelinux-7
image: oraclelinux:7
dockerfile_tpl: centos-systemd

- name: oraclelinux-8
Expand Down
4 changes: 2 additions & 2 deletions molecule/dnsdist-master/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependency:
name: galaxy

platforms:
- name: centos-7
image: centos:7
- name: oraclelinux-7
image: oraclelinux:7
dockerfile_tpl: centos-systemd

- name: oraclelinux-8
Expand Down
2 changes: 1 addition & 1 deletion molecule/resources/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
privileged: "yes"
volumes:
# Mount the cgroups fs to allow SystemD to run into the containers
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
with_items: "{{ molecule_platform_instances }}"
2 changes: 1 addition & 1 deletion molecule/resources/tests/repo-master/test_repo_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def test_dnsdist_repo(host):
def test_dnsdist_version(host):
cmd = host.run('/usr/bin/dnsdist --version')

assert re.match('dnsdist \d\.\d\.', cmd.stdout)
assert re.match('dnsdist \d+\.\d+\.', cmd.stdout)
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ molecule-plugins[docker]==23.4.1
molecule-plugins[lint]==23.4.1
molecule==5.1.0
pytest-testinfra==8.1.0
docker==6.1.3
docker==7.1.0

0 comments on commit 8a6bb0f

Please sign in to comment.