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 84A662DBF47 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=lMZzKe2BgLiZNJzQdlXGjpgiaZCsvDLugcHJptOMtrhByvmHIl3pIjqf0uqh3eeaRfIUhkAVpMK5nACgmdae3TRROKjuXs+AvXfyv4LsWT8eE41AWdvnpPgFusXrIBSdWSHNH/mxYm5hgFeCB5G8mI40Ufgklop6cf/qj71VJfo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754951095; c=relaxed/simple; bh=gUlrImPQ7vvb2UR4o8UCffeT/1hYyhcbksFIHijAT9o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Q+ut+hzxBI4yaW0qLc5BfdcPGNlSS/kaYUFpt5FP1L8Jc+OHqjBnAQ/vyC4Iz/6ypxBQ5gqPLdnfODTwK/LU7PE+KjRhdqOw0XAayU9J5J2laLgZzLiBIuTobWSm5KIopzkJlpGUoFLva4XBZYWZ8sDNvgpCmYK8FvKdl3RMIz8= 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=bCJ11vRy; 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="bCJ11vRy" 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=S8CzXfEL3ZXs5ugSpKMsAsr2ErMfeeKIxkFa5MF9uSQ=; b=bCJ11vRydd3jdu4ejGRWS/q1Z6 4OQ23kLQd/cmWRedKIaL4uk6gO4NFKbLi3Kcb0ZI1X37yjzI7Kw5KNEzzEFGlbgDrR+LlnptEAiRh /OxqNDuTPyc52QC9yqE9F+jamXRmWWkQ08vs36amRP7WXARJLAQT19H9kEiYs402FYlLNBgvZkvyv U5RHgHBLSpqXDrPUxol9kth37FCbRUzL67qqFqmybTXJvUGMK6208/iXvOPp2PiOW2thbeP8drWZ5 bvsBYvBZp7JTRZ2SIrns7hCzaa+14pGG9zoFy1HewN7arGCI2mPvxEuYmjD9sXFExtL5Y392xiImL yHb856kA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ulawn-00000009HjC-0wfG; 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 05/23] ltp: remove CONFIG_KERNEL_CI support Date: Mon, 11 Aug 2025 15:24:32 -0700 Message-ID: <20250811222452.2213071-6-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 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 --- scripts/workflows/ltp/run_kernel_ci.sh | 1 - scripts/workflows/ltp/run_kernel_ci_kotd.sh | 1 - workflows/ltp/Makefile | 19 ------------------- 3 files changed, 21 deletions(-) delete mode 120000 scripts/workflows/ltp/run_kernel_ci.sh delete mode 120000 scripts/workflows/ltp/run_kernel_ci_kotd.sh diff --git a/scripts/workflows/ltp/run_kernel_ci.sh b/scripts/workflows/ltp/run_kernel_ci.sh deleted file mode 120000 index 4fd5dc5e..00000000 --- a/scripts/workflows/ltp/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/ltp/run_kernel_ci_kotd.sh b/scripts/workflows/ltp/run_kernel_ci_kotd.sh deleted file mode 120000 index 8f94d6ba..00000000 --- a/scripts/workflows/ltp/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/ltp/Makefile b/workflows/ltp/Makefile index ddbdf739..767465bc 100644 --- a/workflows/ltp/Makefile +++ b/workflows/ltp/Makefile @@ -88,13 +88,6 @@ endif # CONFIG_LTP_TESTS_TIRPC WORKFLOW_ARGS += $(LTP_ARGS) WORKFLOW_ARGS_SEPARATED += ltp_enabled_test_groups='$(subst $(space),+,$(LTP_ENABLED_TEST_GROUPS))' -LTP_KERNEL_CI_LOOP := false -LTP_KERNEL_CI_LOOP_KOTD := false - -ifeq (y,$(CONFIG_KERNEL_CI)) -LTP_KERNEL_CI_LOOP := scripts/workflows/ltp/run_kernel_ci.sh -LTP_KERNEL_CI_LOOP_KOTD := scripts/workflows/ltp/run_kernel_ci_kotd.sh -endif # CONFIG_KERNEL_CI ifndef LAST_KERNEL LAST_KERNEL := $(shell cat workflows/ltp/results/last-kernel.txt 2>/dev/null) @@ -127,11 +120,6 @@ ltp-baseline: --extra-vars=@./extra_vars.yaml \ $(KDEVOPS_PLAYBOOKS_DIR)/ltp.yml -ltp-baseline-loop: - $(Q)$(LTP_KERNEL_CI_LOOP) baseline - -ltp-baseline-kernelci: - $(Q)$(LTP_KERNEL_CI_LOOP_KOTD) baseline ltp-dev-baseline: $(Q)ansible-playbook $(ANSIBLE_VERBOSE) \ @@ -140,11 +128,6 @@ ltp-dev-baseline: --extra-vars=@./extra_vars.yaml \ $(KDEVOPS_PLAYBOOKS_DIR)/ltp.yml -ltp-dev-loop: - $(Q)$(LTP_KERNEL_CI_LOOP) dev - -ltp-dev-kernelci: - $(Q)$(LTP_KERNEL_CI_LOOP_KOTD) dev ltp-dev-reset: $(Q)ansible-playbook $(ANSIBLE_VERBOSE) \ @@ -162,8 +145,6 @@ ltp-help-menu: @echo "ltp options:" @echo "ltp - Git clone ltp, build and install it" @echo "ltp-{baseline,dev} - Run the ltp test on baseline or dev hosts and collect results" - @echo "ltp-{baseline,dev}-loop" - Run ltp in a loop until error or steady state - @echo "ltp-{baseline,dev}-kernelci - Run ltp kernel-ci loop" @echo "" HELP_TARGETS += ltp-help-menu -- 2.47.2