Skip to content

Commit 3ec56a0

Browse files
committed
gitr: remove CONFIG_KERNEL_CI support
Remove CONFIG_KERNEL_CI support from gitr workflow: - Remove GITR_KERNEL_CI_LOOP variables - Remove gitr-baseline-loop and gitr-dev-loop targets - Remove gitr-baseline-kernelci and gitr-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 0e2eb74 commit 3ec56a0

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

scripts/workflows/gitr/run_kernel_ci.sh

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

scripts/workflows/gitr/run_kernel_ci_kotd.sh

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

workflows/gitr/Makefile

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ ifeq (y,$(CONFIG_KDEVOPS_WORKFLOW_DEDICATE_GITR))
6262
WORKFLOW_ARGS_SEPARATED += gitr_enabled_test_groups='$(subst $(space),+,$(GITR_ENABLED_TEST_GROUPS))'
6363
endif
6464

65-
GITR_KERNEL_CI_LOOP := false
66-
GITR_KERNEL_CI_LOOP_KOTD := false
67-
68-
ifeq (y,$(CONFIG_KERNEL_CI))
69-
GITR_KERNEL_CI_LOOP := scripts/workflows/gitr/run_kernel_ci.sh
70-
GITR_KERNEL_CI_LOOP_KOTD := scripts/workflows/gitr/run_kernel_ci_kotd.sh
71-
endif # CONFIG_KERNEL_CI
7265

7366
ifndef LAST_KERNEL
7467
LAST_KERNEL := $(shell cat workflows/gitr/results/last-kernel.txt 2>/dev/null)
@@ -101,11 +94,6 @@ gitr-baseline:
10194
--extra-vars=@./extra_vars.yaml \
10295
$(KDEVOPS_PLAYBOOKS_DIR)/gitr.yml
10396

104-
gitr-baseline-loop:
105-
$(Q)$(GITR_KERNEL_CI_LOOP) baseline
106-
107-
gitr-baseline-kernelci:
108-
$(Q)$(GITR_KERNEL_CI_LOOP_KOTD) baseline
10997

11098
gitr-dev-baseline:
11199
$(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
@@ -114,11 +102,6 @@ gitr-dev-baseline:
114102
--extra-vars=@./extra_vars.yaml \
115103
$(KDEVOPS_PLAYBOOKS_DIR)/gitr.yml
116104

117-
gitr-dev-loop:
118-
$(Q)$(GITR_KERNEL_CI_LOOP) dev
119-
120-
gitr-dev-kernelci:
121-
$(Q)$(GITR_KERNEL_CI_LOOP_KOTD) dev
122105

123106
gitr-dev-reset:
124107
$(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
@@ -136,8 +119,6 @@ gitr-help-menu:
136119
@echo "gitr options:"
137120
@echo "gitr - Git clone git, build and install it"
138121
@echo "gitr-{baseline,dev} - Run the gitr test on baseline or dev hosts and collect results"
139-
@echo "gitr-{baseline,dev}-loop" - Run gitr in a loop until error or steady state
140-
@echo "gitr-{baseline,dev}-kernelci - Run gitr kernel-ci loop"
141122
@echo ""
142123

143124
HELP_TARGETS += gitr-help-menu

0 commit comments

Comments
 (0)