From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D49112253FE for ; Mon, 11 Aug 2025 22:24:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754951095; cv=none; b=M3/o0V3Gnrv4X2TtbYXxEwFhWA99s79e9kGTRFqMcplQuLnfRR9Xx1LJHziJSBVAqklgiM6URQTOLrbN5qlhu9VL1EEZoX6ary9uFAdwSUGD9b4X4iSGfT97ca5RI7iqE44tssXI2FKL8U7DtNUA/9emNbmNUFetisGr6xapNv0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754951095; c=relaxed/simple; bh=2axOD432ffqwIy9/ec/aNIQw1VimzajVQUnUsWIMsjc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=pvw9PI4rKwoGdKaBTKn5KEQvhcrUicMKvdNqRJLH7U2T1X+F4m2ZSRJRnQXfbYmp30IdSWrMB0+a0QNVyjaJ4z9G4re+1Vvv3JH7flTiboIvoMl4SKP2o7hH/2NARKri233r2IpGpRlBFd8uq3haTrUPrVeZn22Ru0iXAUVQ7Hk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=K49fP+Jn; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="K49fP+Jn" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=WgG2h2h6fScslPymuBk5dtU3HuZ+Gp74/VpBK/9kiOA=; b=K49fP+Jn5f4FfBIL1WJxKmTAr/ A7bypRVtcDNIlHEVF6jFXBhoHuSCn5DtU5W9LdLtsGk2D3Z0CWJ+dfWRmgTxjTLh7hilDi1EKoHkd kySGZGyo+C/224veLXLVPw9pTjncDwKIw/tCwLzNkIs/CY+GZe1Lgh7s0iX2F23DErzUnOAcKVmXc GaWQCt5en9mLZMmuluYwU9dFrBNV820ImVp/9hNOQFUNC9C7obHz2gWBWPErD1oXrVERHmR0P01e9 26+LKym+PnmD7OQf6HU7nv2UxqlPsGvdvcKfQ3LQmWYb8jN451DgYadRvJPrzJXs5oUxUpKFfJc+f qFawApng==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ulawn-00000009HjM-1GGl; Mon, 11 Aug 2025 22:24:53 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH 07/23] pynfs: remove CONFIG_KERNEL_CI support Date: Mon, 11 Aug 2025 15:24:34 -0700 Message-ID: <20250811222452.2213071-8-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250811222452.2213071-1-mcgrof@kernel.org> References: <20250811222452.2213071-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain 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 --- scripts/workflows/pynfs/run_kernel_ci.sh | 1 - scripts/workflows/pynfs/run_kernel_ci_kotd.sh | 1 - workflows/pynfs/Makefile | 26 ------------------- 3 files changed, 28 deletions(-) delete mode 120000 scripts/workflows/pynfs/run_kernel_ci.sh delete mode 120000 scripts/workflows/pynfs/run_kernel_ci_kotd.sh diff --git a/scripts/workflows/pynfs/run_kernel_ci.sh b/scripts/workflows/pynfs/run_kernel_ci.sh deleted file mode 120000 index 4fd5dc5e..00000000 --- a/scripts/workflows/pynfs/run_kernel_ci.sh +++ /dev/null @@ -1 +0,0 @@ -../generic/run_kernel_ci.sh \ No newline at end of file diff --git a/scripts/workflows/pynfs/run_kernel_ci_kotd.sh b/scripts/workflows/pynfs/run_kernel_ci_kotd.sh deleted file mode 120000 index 8f94d6ba..00000000 --- a/scripts/workflows/pynfs/run_kernel_ci_kotd.sh +++ /dev/null @@ -1 +0,0 @@ -../kotd/run_kernel_ci_kotd.sh \ No newline at end of file diff --git a/workflows/pynfs/Makefile b/workflows/pynfs/Makefile index 1dfd349c..2f3ff97b 100644 --- a/workflows/pynfs/Makefile +++ b/workflows/pynfs/Makefile @@ -14,15 +14,6 @@ endif # CONFIG_PYNFS_PNFS_BLOCK WORKFLOW_ARGS += $(PYNFS_ARGS) -# The default is our workflow does not have kernel-ci enabled -PYNFS_KERNEL_CI_LOOP := false -PYNFS_KERNEL_CI_LOOP_KOTD := false - -# If kdevops was configured to enable kernel-ci we define our scripts -ifeq (y,$(CONFIG_KERNEL_CI)) -PYNFS_KERNEL_CI_LOOP := scripts/workflows/pynfs/run_kernel_ci.sh -PYNFS_KERNEL_CI_LOOP_KOTD := scripts/workflows/pynfs/run_kernel_ci_kotd.sh -endif # CONFIG_KERNEL_CI ifndef LAST_KERNEL LAST_KERNEL := $(shell cat workflows/pynfs/results/last-kernel.txt 2>/dev/null) @@ -61,16 +52,6 @@ pynfs-baseline: --extra-vars=@./extra_vars.yaml \ $(KDEVOPS_PLAYBOOKS_DIR)/pynfs.yml -# Once you know the baseline works, you may want to run the baseline in a loop -# up to the number of times you define. We define this goal in kdevops as -# the CONFIG_KERNEL_CI_STEADY_STATE_GOAL. -pynfs-baseline-loop: - $(Q)$(PYNFS_KERNEL_CI_LOOP) baseline - -# The kdevops kernel-ci target will try to upgrade your kernel to the latest -# and then run the baseline-loop. -pynfs-baseline-kernelci: - $(Q)$(PYNFS_KERNEL_CI_LOOP_KOTD) baseline # Below are the corresponding dev targets pynfs-dev-baseline: @@ -85,11 +66,6 @@ pynfs-dev-baseline: --extra-vars=@./extra_vars.yaml \ $(KDEVOPS_PLAYBOOKS_DIR)/pynfs.yml -pynfs-dev-loop: - $(Q)$(PYNFS_KERNEL_CI_LOOP) dev - -pynfs-dev-kernelci: - $(Q)$(PYNFS_KERNEL_CI_LOOP_KOTD) dev pynfs-dev-reset: $(Q)ansible-playbook $(ANSIBLE_VERBOSE) \ @@ -107,8 +83,6 @@ pynfs-help-menu: @echo "pynfs options:" @echo "pynfs - Git clone pynfs, build and install it" @echo "pynfs-{baseline,dev} - Run the pynfs test on baseline or dev hosts and collect results" - @echo "pynfs-{baseline,dev}-loop" - Run pynfs in a loop until error or steady state - @echo "pynfs-{baseline,dev}-kernelci - Run pynfs kernel-ci loop" @echo "" HELP_TARGETS += pynfs-help-menu -- 2.47.2