Skip to content

Commit adb4bbd

Browse files
dkrucesmcgrof
authored andcommitted
blktests: add monitor-results support for interim monitoring
Add monitor-results target to blktests workflow Makefile to support interim monitoring data collection without stopping monitoring services. This brings blktests in line with fstests workflow monitoring support. The target uses the existing monitor-results.yml playbook with proper extra_vars and host limiting support. Generated-by: Claude AI Signed-off-by: Daniel Gomez <[email protected]> Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 2828f1f commit adb4bbd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

workflows/blktests/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ blktests-dev-results:
113113
--extra-vars '{ kdevops_run_blktests: True }' \
114114
--extra-vars=@./extra_vars.yaml $(LIMIT_HOSTS)
115115

116+
monitor-results: $(KDEVOPS_EXTRA_VARS)
117+
$(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
118+
playbooks/monitor-results.yml \
119+
--extra-vars=@./extra_vars.yaml \
120+
$(LIMIT_HOSTS)
121+
116122
blktests-help-menu:
117123
@echo "blktests options:"
118124
@echo "blktests - Git clones blktests, builds and install it"
@@ -122,6 +128,7 @@ blktests-help-menu:
122128
@echo "blktests-dev-results - Only collect results for dev hosts"
123129
@echo "blktests-baseline-skip-kdevops-update - Run blktests but skip updating kdevops"
124130
@echo "blktests-baseline-run-oscheck-only - Only run oscheck"
131+
@echo "monitor-results - Collect interim monitoring data without stopping monitoring"
125132
@echo ""
126133

127134
HELP_TARGETS += blktests-help-menu

0 commit comments

Comments
 (0)