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 84AD22DC32B 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=dt2JT2YJ94Kja+PS/nWLBudqwOFr04egLTaFNJKtp/XPE7h8lIYM1tPNGFIMlr3er5UO5djdH3zTNCDXOyTvRv/5ZTSLI34pDizVPISojlhHLKBThT/wOt+SHld4OE1zSAnIVJUw2nJVOxLQ9JVWwfA0+2DUXUyQAXbcn7RWfpc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754951095; c=relaxed/simple; bh=yE3NOh5qDrPFHX2Pv+atKfAiR7k8pnGR1xd4ZPGn3YA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=SeQpXeISQ8cLKQEJwjrqQtZl4pL+WLX14pVcNIN+YfGL4imfolvYJHDxaAIXIcgAIzxYyC63xUoIhI4427wiNMf3FWe/CGQGNnsWf7YRG3diPqhxDHrmaOijAU8anihJIj6xI2rFZkWHHoFP8ek8mL5+E6aqQy79KeVJGRwMumM= 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=LBbPvi4Z; 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="LBbPvi4Z" 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=SNA3DNpWEDU2hMOLQtCplpR4StYJsfk0l07iAhE1qsM=; b=LBbPvi4Zvqylgfo4BEw5v+sOex TleZgUQjXHVjQBV4xdb6q5PxEFUH9W/m6un3ZhFsFD896lmnBuoGlUrGPgb7Lzxb2in7vJIjUVTbs 22r+NcME40QYSv2tTl/nPaAClXbo0I9gSq9NlITWekGJSuPvAG3U/HYkQIgD+dP+RTNYCzjf5osK2 66EmgZOjnkRxyW6p0+hgLBGFpRXTqaphRJm/tVClskcIgRnoWhk+i02NEoLc8+oA5ozUCmOH867fP mCbDhtPtdP51IzplupkTaJ+tGNOzdAiiLxcZqEcBCCsvHVAl9cUApU0HsCs4TqPIW6slXMRcL13pH Oevql6yA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ulawn-00000009Hj2-0hTs; 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 03/23] blktests: remove CONFIG_KERNEL_CI support Date: Mon, 11 Aug 2025 15:24:30 -0700 Message-ID: <20250811222452.2213071-4-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 blktests workflow: - Remove BLKTEST_KERNEL_CI_LOOP variables - Remove blktests-baseline-loop target - Remove blktests-baseline-kernelci target - Update help menu to remove references - Remove kernel-ci script symlinks Generated-by: Claude AI Signed-off-by: Luis Chamberlain --- scripts/workflows/blktests/run_kernel_ci.sh | 1 - scripts/workflows/blktests/run_kernel_ci_kotd.sh | 1 - workflows/blktests/Makefile | 13 ------------- 3 files changed, 15 deletions(-) delete mode 120000 scripts/workflows/blktests/run_kernel_ci.sh delete mode 120000 scripts/workflows/blktests/run_kernel_ci_kotd.sh diff --git a/scripts/workflows/blktests/run_kernel_ci.sh b/scripts/workflows/blktests/run_kernel_ci.sh deleted file mode 120000 index 4fd5dc5e..00000000 --- a/scripts/workflows/blktests/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/blktests/run_kernel_ci_kotd.sh b/scripts/workflows/blktests/run_kernel_ci_kotd.sh deleted file mode 120000 index 8f94d6ba..00000000 --- a/scripts/workflows/blktests/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/blktests/Makefile b/workflows/blktests/Makefile index 92c96bab..11cd9a65 100644 --- a/workflows/blktests/Makefile +++ b/workflows/blktests/Makefile @@ -42,12 +42,6 @@ BLKTESTS_ARGS += blktests_data_target='$(BLKTESTS_DATA_TARGET)' WORKFLOW_ARGS += $(BLKTESTS_ARGS) -BLKTEST_KERNEL_CI_LOOP := false -BLKTEST_KERNEL_CI_LOOP_KOTD := false -ifeq (y,$(CONFIG_KERNEL_CI)) -BLKTEST_KERNEL_CI_LOOP := scripts/workflows/blktests/run_kernel_ci.sh -BLKTEST_KERNEL_CI_LOOP_KOTD := scripts/workflows/blktests/run_kernel_ci_kotd.sh -endif # CONFIG_KERNEL_CI EXTRA_VAR_INPUTS += extend-extra-args-blktests @@ -78,11 +72,6 @@ blktests-baseline: --extra-vars '{ $(BLKTESTS_DYNAMIC_RUNTIME_VARS) }' \ --extra-vars=@./extra_vars.yaml $(LIMIT_HOSTS) -blktests-baseline-loop: - $(Q)$(BLKTEST_KERNEL_CI_LOOP) baseline $(LIMIT_HOSTS) - -blktests-baseline-kernelci: - $(Q)$(BLKTEST_KERNEL_CI_LOOP_KOTD) baseline $(LIMIT_HOSTS) blktests-baseline-skip-kdevops-update: $(Q)ansible-playbook $(ANSIBLE_VERBOSE) \ @@ -136,8 +125,6 @@ blktests-help-menu: @echo "blktests-dev-results - Only collect results for dev hosts" @echo "blktests-baseline-skip-kdevops-update - Run blktests but skip updating kdevops" @echo "blktests-baseline-run-oscheck-only - Only run oscheck" - @echo "blktests-baseline-loop - Run blktests in a loop until a failure is found or steady state is reached" - @echo "blktests-baseline-kernelci - Run blktests kernel-ci loop" @echo "" HELP_TARGETS += blktests-help-menu -- 2.47.2