prometheus-community / ansible

Ansible Collection for Prometheus
https://prometheus-community.github.io/ansible/
Apache License 2.0
328 stars 116 forks source link

refactor(ci): split up molecule matrices to avoid job limit #396

Closed gardar closed 2 weeks ago

gardar commented 2 weeks ago

Creates two matrices, one for the roles and another one for all the scenarios within the roles rather than putting all molecule test runs in a single matrix. This should fix the 256 job limit we hit when attempting to run all the molecule scenarios on all the roles.