ansible-collections / community.zabbix

Zabbix Ansible modules
http://galaxy.ansible.com/community/zabbix
Other
315 stars 265 forks source link

Molecule 6 #1303

Closed eb4x closed 3 days ago

eb4x commented 1 week ago
SUMMARY

Upgrading the molecule testing to version 6.

Future molecule wants to eliminate the various drivers, and just have ansible (delegated driver) set up the infrastructure. This PR does that. Creates all networks/containers in create.yml and destroys them in destroy.yml.

ISSUE TYPE
COMPONENT NAME

molecule, ci

ADDITIONAL INFORMATION

A small smattering of other improvements, and just removing stuff that does not need to be there.

eb4x commented 1 week ago

I think the failing tests are flukes, maybe just re-run the failed ones to verify.

pyrodie18 commented 1 week ago

I think the failing tests are flukes, maybe just re-run the failed ones to verify.

Ya pretty sure they are....rerunning now

pyrodie18 commented 1 week ago

Is there a reason not to just move straight to the current version of 24.6.0? https://github.com/ansible/molecule/discussions/4136

eb4x commented 1 week ago

Is there a reason not to just move straight to the current version of 24.6.0? ansible/molecule#4136

Not really sure, I wasn't aware of the newer releases. It has Python 3.10 as minimum requirement, but I see we bumped testing to 3.11. I'll add a commit to bump to the latest.

eb4x commented 1 week ago

Maybe just re-run the failed tests again.