Skip to content

Commit 0e2eb74

Browse files
committed
blktests: remove CONFIG_KERNEL_CI support
Remove CONFIG_KERNEL_CI support from blktests workflow: - Remove BLKTEST_KERNEL_CI_LOOP variables - Remove blktests-baseline-loop target - Remove blktests-baseline-kernelci target - Update help menu to remove references - Remove kernel-ci script symlinks Generated-by: Claude AI Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 00ea11e commit 0e2eb74

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

scripts/workflows/blktests/run_kernel_ci.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/workflows/blktests/run_kernel_ci_kotd.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

workflows/blktests/Makefile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ BLKTESTS_ARGS += blktests_data_target='$(BLKTESTS_DATA_TARGET)'
4242

4343
WORKFLOW_ARGS += $(BLKTESTS_ARGS)
4444

45-
BLKTEST_KERNEL_CI_LOOP := false
46-
BLKTEST_KERNEL_CI_LOOP_KOTD := false
47-
ifeq (y,$(CONFIG_KERNEL_CI))
48-
BLKTEST_KERNEL_CI_LOOP := scripts/workflows/blktests/run_kernel_ci.sh
49-
BLKTEST_KERNEL_CI_LOOP_KOTD := scripts/workflows/blktests/run_kernel_ci_kotd.sh
50-
endif # CONFIG_KERNEL_CI
5145

5246
EXTRA_VAR_INPUTS += extend-extra-args-blktests
5347

@@ -78,11 +72,6 @@ blktests-baseline:
7872
--extra-vars '{ $(BLKTESTS_DYNAMIC_RUNTIME_VARS) }' \
7973
--extra-vars=@./extra_vars.yaml $(LIMIT_HOSTS)
8074

81-
blktests-baseline-loop:
82-
$(Q)$(BLKTEST_KERNEL_CI_LOOP) baseline $(LIMIT_HOSTS)
83-
84-
blktests-baseline-kernelci:
85-
$(Q)$(BLKTEST_KERNEL_CI_LOOP_KOTD) baseline $(LIMIT_HOSTS)
8675

8776
blktests-baseline-skip-kdevops-update:
8877
$(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
@@ -136,8 +125,6 @@ blktests-help-menu:
136125
@echo "blktests-dev-results - Only collect results for dev hosts"
137126
@echo "blktests-baseline-skip-kdevops-update - Run blktests but skip updating kdevops"
138127
@echo "blktests-baseline-run-oscheck-only - Only run oscheck"
139-
@echo "blktests-baseline-loop - Run blktests in a loop until a failure is found or steady state is reached"
140-
@echo "blktests-baseline-kernelci - Run blktests kernel-ci loop"
141128
@echo ""
142129

143130
HELP_TARGETS += blktests-help-menu

0 commit comments

Comments
 (0)