Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ubunut2404 to testing #9

Merged
merged 5 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
distro:
- ubuntu2004
- ubuntu2204
- ubuntu2404
- centos7
- rockylinux8
- rockylinux9
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
platforms:
- name: instance
image: ghcr.io/miarec/${MOLECULE_DISTRO:-ubuntu2204}-systemd:latest
image: ghcr.io/miarec/${MOLECULE_DISTRO:-ubuntu2404}-systemd:latest
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
Expand Down
45 changes: 40 additions & 5 deletions molecule/default/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
ansible
molecule
molecule-plugins[docker]
docker
pytest-testinfra>=1.7.0
ansible==9.6.0
ansible-compat==24.6.1
ansible-core==2.16.7
attrs==23.2.0
bracex==2.4
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
click-help-colors==0.9.4
cryptography==42.0.8
distro==1.9.0
docker==7.1.0
enrich==1.2.7
idna==3.7
iniconfig==2.0.0
Jinja2==3.1.4
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdurl==0.1.2
molecule==24.6.0
molecule-plugins==23.5.3
packaging==24.1
pluggy==1.5.0
pycparser==2.22
Pygments==2.18.0
pytest==8.2.2
pytest-testinfra==10.1.1
PyYAML==6.0.1
referencing==0.35.1
requests==2.31.0
resolvelib==1.0.1
rich==13.7.1
rpds-py==0.18.1
selinux==0.3.0
subprocess-tee==0.4.1
urllib3==2.2.1
wcmatch==8.5.2