Skip to content

Commit

Permalink
molecule : extend test to different (and more current) checkmk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Dec 4, 2023
1 parent 324c7d5 commit 98c04e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
distro:
- debian11
- debian12
checkmkversion:
- 2.2.0p14
- 2.1.0p36
include:
- ansible: latest
pip3deps: 'ansible molecule "molecule-plugins[docker]" yamllint ansible-lint "requests<2.29" "urllib3<2"'
Expand All @@ -44,3 +47,4 @@ jobs:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTRO: ${{ matrix.distro }}
MOLECULE_CHECKMK_VERSION: ${{ matrix.checkmkversion }}
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provisioner:
inventory:
host_vars:
instance:
checkmk_agent_version: 2.1.0p16
checkmk_agent_version: ${MOLECULE_CHECKMK_VERSION:2.2.0p14}
checkmk_hostname: 127.0.0.1
download_checkmk_agent_deb: false
check_mk_logwatch_plugin:
Expand Down

0 comments on commit 98c04e7

Please sign in to comment.