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
Add deferred cleanup option for autoscaling tests (infrawatch#314)
* Add deferred cleanup option for autoscaling tests
Introduces a new variable (default: true)
that controls when autoscaling stack cleanup runs. When set to false,
cleanup is deferred to an always block in the playbook, ensuring resources
are properly torn down even if tests fail.
Changes:
- Add telemetry_autoscaling_cleanup variable to role defaults
- Make cleanup task conditional on telemetry_autoscaling_cleanup flag
- Move cleanup to always block in run_autoscaling_tests.yml playbook
- Document new variable in role README
Assisted-by: claude
* [ci] Delete instance created by make edpm_deploy_instance
0 commit comments