Skip to content

Commit 47c3d1f

Browse files
committed
ltp: remove CONFIG_KERNEL_CI support
Remove CONFIG_KERNEL_CI support from ltp workflow: - Remove LTP_KERNEL_CI_LOOP variables - Remove ltp-baseline-loop and ltp-dev-loop targets - Remove ltp-baseline-kernelci and ltp-dev-kernelci targets - Update help menu to remove references - Remove kernel-ci script symlinks Generated-by: Claude AI Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 3ec56a0 commit 47c3d1f

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

scripts/workflows/ltp/run_kernel_ci.sh

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

scripts/workflows/ltp/run_kernel_ci_kotd.sh

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

workflows/ltp/Makefile

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ endif # CONFIG_LTP_TESTS_TIRPC
8888
WORKFLOW_ARGS += $(LTP_ARGS)
8989
WORKFLOW_ARGS_SEPARATED += ltp_enabled_test_groups='$(subst $(space),+,$(LTP_ENABLED_TEST_GROUPS))'
9090

91-
LTP_KERNEL_CI_LOOP := false
92-
LTP_KERNEL_CI_LOOP_KOTD := false
93-
94-
ifeq (y,$(CONFIG_KERNEL_CI))
95-
LTP_KERNEL_CI_LOOP := scripts/workflows/ltp/run_kernel_ci.sh
96-
LTP_KERNEL_CI_LOOP_KOTD := scripts/workflows/ltp/run_kernel_ci_kotd.sh
97-
endif # CONFIG_KERNEL_CI
9891

9992
ifndef LAST_KERNEL
10093
LAST_KERNEL := $(shell cat workflows/ltp/results/last-kernel.txt 2>/dev/null)
@@ -127,11 +120,6 @@ ltp-baseline:
127120
--extra-vars=@./extra_vars.yaml \
128121
$(KDEVOPS_PLAYBOOKS_DIR)/ltp.yml
129122

130-
ltp-baseline-loop:
131-
$(Q)$(LTP_KERNEL_CI_LOOP) baseline
132-
133-
ltp-baseline-kernelci:
134-
$(Q)$(LTP_KERNEL_CI_LOOP_KOTD) baseline
135123

136124
ltp-dev-baseline:
137125
$(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
@@ -140,11 +128,6 @@ ltp-dev-baseline:
140128
--extra-vars=@./extra_vars.yaml \
141129
$(KDEVOPS_PLAYBOOKS_DIR)/ltp.yml
142130

143-
ltp-dev-loop:
144-
$(Q)$(LTP_KERNEL_CI_LOOP) dev
145-
146-
ltp-dev-kernelci:
147-
$(Q)$(LTP_KERNEL_CI_LOOP_KOTD) dev
148131

149132
ltp-dev-reset:
150133
$(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
@@ -162,8 +145,6 @@ ltp-help-menu:
162145
@echo "ltp options:"
163146
@echo "ltp - Git clone ltp, build and install it"
164147
@echo "ltp-{baseline,dev} - Run the ltp test on baseline or dev hosts and collect results"
165-
@echo "ltp-{baseline,dev}-loop" - Run ltp in a loop until error or steady state
166-
@echo "ltp-{baseline,dev}-kernelci - Run ltp kernel-ci loop"
167148
@echo ""
168149

169150
HELP_TARGETS += ltp-help-menu

0 commit comments

Comments
 (0)