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 86C9B2DECD3 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=kCOL7QyYRslopDP4S6sThWFt/ibA6b9qIEFjPYmbdiKIddOaNcCX95hsAET32Q01OfeHM7H5QEs2tKqdqnDXb40y7/wP3SPXal+nC+kGajAzQ7dT8If/wsEUd4eZ0F2Zw8YWzz7ypjlUjKx8bq8Z2hk+j71wn0f9ZmEG3Z+hvHw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754951095; c=relaxed/simple; bh=CaWu+kPPsdGovO7FBWcoLtFW26Ddo3tlnYorEvkuA98=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fO99MEi4ERW8AC3JKyZj2fgIYDr2Fn3ijfr9vIlHLhvXFUwmfgN/DF94BfstquKqWyHd1PmWDJRiwPp6dS6HJQKYC6L6n1j4PAKiS9SXkiGB84KlUN3rbq8l9XqHAXf7wxZ987GDqh1QIyUbQ77eWnEUwojLuJdcew4tsYAk6t0= 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=Hc6gymhT; 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="Hc6gymhT" 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=MEv0ToaC3Lb1IMRkogPwnq12W+G8eqM4F2GDTY74An0=; b=Hc6gymhTrNQnWO2iWqzLRPcn0+ FI5nNjyEjFYXL5E708BdTIXaQ/q5E5dtxvMZXUmmrxizux6iy6hcqvoWrKWPU3XSVUuKTUedXGzpo M715/HGHC7SircFdU2SztWPgvzuHKLEYL9Jx7OL7m1ruQgc9sGHZM0hNgET3saATyhE7tj9g1iI1R 0urL2ADvQO3VTFeS+KQwdr0pczBUJF5tndJTKT1JvVTdQXz71vhmFAsOuyg3ORHH4GBG/5gnDH6st kWFvrlUmSNauWlPXZyTNaPpRIwJhh/y1mjOYQWWvImUdYUZuERR+GCh1zh1/2FEORX1D4uhkswhqE K/h18W2w==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1ulawn-00000009Hiw-0ZaR; 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 02/23] fstests: remove kernel-ci script symlinks Date: Mon, 11 Aug 2025 15:24:29 -0700 Message-ID: <20250811222452.2213071-3-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 the fstests-specific symlinks to the generic kernel-ci scripts as they are no longer needed after removing CONFIG_KERNEL_CI support from fstests. Generated-by: Claude AI Signed-off-by: Luis Chamberlain --- scripts/workflows/fstests/run_kernel_ci.sh | 1 - scripts/workflows/fstests/run_kernel_ci_kotd.sh | 1 - 2 files changed, 2 deletions(-) delete mode 120000 scripts/workflows/fstests/run_kernel_ci.sh delete mode 120000 scripts/workflows/fstests/run_kernel_ci_kotd.sh diff --git a/scripts/workflows/fstests/run_kernel_ci.sh b/scripts/workflows/fstests/run_kernel_ci.sh deleted file mode 120000 index 4fd5dc5e..00000000 --- a/scripts/workflows/fstests/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/fstests/run_kernel_ci_kotd.sh b/scripts/workflows/fstests/run_kernel_ci_kotd.sh deleted file mode 120000 index 8f94d6ba..00000000 --- a/scripts/workflows/fstests/run_kernel_ci_kotd.sh +++ /dev/null @@ -1 +0,0 @@ -../kotd/run_kernel_ci_kotd.sh \ No newline at end of file -- 2.47.2