Skip to content

Commit 2bb1fed

Browse files
committed
pynfs: remove CONFIG_KERNEL_CI support
Remove CONFIG_KERNEL_CI support from pynfs workflow: - Remove PYNFS_KERNEL_CI_LOOP variables and associated comments - Remove pynfs-baseline-loop and pynfs-dev-loop targets - Remove pynfs-baseline-kernelci and pynfs-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 a759a51 commit 2bb1fed

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

scripts/workflows/pynfs/run_kernel_ci.sh

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

scripts/workflows/pynfs/run_kernel_ci_kotd.sh

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

workflows/pynfs/Makefile

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ endif # CONFIG_PYNFS_PNFS_BLOCK
1414

1515
WORKFLOW_ARGS += $(PYNFS_ARGS)
1616

17-
# The default is our workflow does not have kernel-ci enabled
18-
PYNFS_KERNEL_CI_LOOP := false
19-
PYNFS_KERNEL_CI_LOOP_KOTD := false
20-
21-
# If kdevops was configured to enable kernel-ci we define our scripts
22-
ifeq (y,$(CONFIG_KERNEL_CI))
23-
PYNFS_KERNEL_CI_LOOP := scripts/workflows/pynfs/run_kernel_ci.sh
24-
PYNFS_KERNEL_CI_LOOP_KOTD := scripts/workflows/pynfs/run_kernel_ci_kotd.sh
25-
endif # CONFIG_KERNEL_CI
2617

2718
ifndef LAST_KERNEL
2819
LAST_KERNEL := $(shell cat workflows/pynfs/results/last-kernel.txt 2>/dev/null)
@@ -61,16 +52,6 @@ pynfs-baseline:
6152
--extra-vars=@./extra_vars.yaml \
6253
$(KDEVOPS_PLAYBOOKS_DIR)/pynfs.yml
6354

64-
# Once you know the baseline works, you may want to run the baseline in a loop
65-
# up to the number of times you define. We define this goal in kdevops as
66-
# the CONFIG_KERNEL_CI_STEADY_STATE_GOAL.
67-
pynfs-baseline-loop:
68-
$(Q)$(PYNFS_KERNEL_CI_LOOP) baseline
69-
70-
# The kdevops kernel-ci target will try to upgrade your kernel to the latest
71-
# and then run the baseline-loop.
72-
pynfs-baseline-kernelci:
73-
$(Q)$(PYNFS_KERNEL_CI_LOOP_KOTD) baseline
7455

7556
# Below are the corresponding dev targets
7657
pynfs-dev-baseline:
@@ -85,11 +66,6 @@ pynfs-dev-baseline:
8566
--extra-vars=@./extra_vars.yaml \
8667
$(KDEVOPS_PLAYBOOKS_DIR)/pynfs.yml
8768

88-
pynfs-dev-loop:
89-
$(Q)$(PYNFS_KERNEL_CI_LOOP) dev
90-
91-
pynfs-dev-kernelci:
92-
$(Q)$(PYNFS_KERNEL_CI_LOOP_KOTD) dev
9369

9470
pynfs-dev-reset:
9571
$(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
@@ -107,8 +83,6 @@ pynfs-help-menu:
10783
@echo "pynfs options:"
10884
@echo "pynfs - Git clone pynfs, build and install it"
10985
@echo "pynfs-{baseline,dev} - Run the pynfs test on baseline or dev hosts and collect results"
110-
@echo "pynfs-{baseline,dev}-loop" - Run pynfs in a loop until error or steady state
111-
@echo "pynfs-{baseline,dev}-kernelci - Run pynfs kernel-ci loop"
11286
@echo ""
11387

11488
HELP_TARGETS += pynfs-help-menu

0 commit comments

Comments
 (0)