mirror of
https://github.com/ansible/eda-sample-project
synced 2026-07-22 19:33:49 +00:00
No description
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Enable parallel test execution by allowing job template names to be
overridden at runtime via extra vars. This change replaces hardcoded
job template names with Jinja2 template variables that default to the
original values when not overridden.
Changes:
- Replace 'run_basic' with '{{ override_run_basic | default('run_basic') }}'
- Replace 'fail_basic' with '{{ override_fail_basic | default('fail_basic') }}'
This allows multiple test runs to execute in parallel using distinct
job templates backed by the same playbook, avoiding conflicts and
improving test execution efficiency.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
|
||
| extensions/eda/rulebooks | ||
| .gitignore | ||