You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reboot-limit: fix COUNT parameter to properly override reboot count
The COUNT parameter was not being passed to ansible-playbook, causing
it to always use the configured value from extra_vars.yaml instead of
the runtime override.
Fix by:
- Adding $(KDEVOPS_EXTRA_VARS) dependency to ensure extra_vars.yaml exists
- Passing reboot_limit_max as an additional --extra-vars parameter
which overrides the value from extra_vars.yaml
This ensures that `make reboot-limit-tests COUNT=2` properly limits
the test to 2 reboots instead of using the configured maximum.
Generated-by: Claude AI
Reviewed-by: Chuck Lever <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>
0 commit comments