GRM-20: Fix molecule verify playbooks and update Makefile targets

- Add runner_name variable to default, binary, and lifecycle verify playbooks
- Update molecule target to test all 7 scenarios sequentially
- Add molecule-docker and molecule-binary platform matrix targets
- Disable checkmake maxbodylength rule to accommodate longer recipes
This commit is contained in:
Emil Simeonov
2026-06-19 04:26:57 +02:00
parent 39ef86647c
commit 1d3d2487ac
6 changed files with 20 additions and 20 deletions
+7
View File
@@ -47,3 +47,10 @@ repos:
language: system
pass_filenames: false
stages: [pre-push]
- id: commit-msg
name: validate commit message
entry: .venv/bin/python scripts/validate_commit_msg.py
language: system
stages: [commit-msg]
pass_filenames: true