From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 3BDA91F09AD for ; Wed, 24 Sep 2025 01:14:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758676478; cv=none; b=th2Hd6j8YCU+lGeTrJwlra4o8hupJgolPuJKpvKRHkPYNCoLBIyRERj8ov78DbBBeUCX2zo1Z+3vP0YHK30YPmEnKJ3yvMcqnploiuqMjjvMFrCM2dWZAhMCTfD5qbJKZ8E/pmAuHyL4ZYHsjNgE/IVJNeMc264cVBz9GI4X2sU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758676478; c=relaxed/simple; bh=K1RzrZvxGk5tSA3jakOEdVXr86l8+1ccCt3Ou7du6c4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cONc4fjFm2qsLamISg4PaHj5T+0tvhV8bZtq4B4xnS2jFqUjZ3UXfYl8TDQTr+dUxyFQmOph8on/va9RpcR3pDA43Ous7V2kttwkgeRlf9pl9VYBfF5/dmXXSaJK6c5ZwVcDnjkHE0z36Co4rbPaAh1MYOCxeWKBa5RVBtinY9E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=TpNjPxRV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="TpNjPxRV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 89B2BC4CEF5; Wed, 24 Sep 2025 01:14:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758676477; bh=K1RzrZvxGk5tSA3jakOEdVXr86l8+1ccCt3Ou7du6c4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TpNjPxRVC9zfHkVCWEdWIKMPZ9tV96x6U7iu8JxH6wTFLwVqCPELnIuUtrUf73L3P c4mNKhX5nacguApOqaBhOedRXpwL/zyJzkcTdE3Bi6lN8Cp+lN9WtgYlXwgJZ9qmrM PKDATYoqZzRlFJt3s/wn4MxrA/MswEdA/r1bukP02ZFmFyCYCME7AwZY6F8YVvjbXJ ne3FsEJd3KPZEcFAhXz4+Ag1HbY9bX00Z6COVclsDgyO5tChDBItGyL/e2V0WekuNY RV/1R/sQaFgyCbCi0OC3nLiyhTR6YEgf+eXWZJ4fRWC84Jl2UUZhdmSiGMZjeK9t7W bqVl/q/dbeb4g== Date: Tue, 23 Sep 2025 18:14:35 -0700 From: Luis Chamberlain To: Daniel Gomez Cc: Chuck Lever , kdevops@lists.linux.dev, Daniel Gomez , dagomez Subject: Re: [PATCH RFC 0/8] Refactor CI Message-ID: References: <20250923-ci-refactor-v1-0-51e5ad6773e4@samsung.com> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250923-ci-refactor-v1-0-51e5ad6773e4@samsung.com> On Tue, Sep 23, 2025 at 11:13:04PM +0200, Daniel Gomez wrote: > Refactor the .github/ CI setup into modular and reusable workflows and > actions. This makes it possible to share modules from kdevops repo and > reuse them in other GitHub projects. Thanks! Applied and pushed. Luis