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 AF1E412E5B for ; Wed, 21 May 2025 07:42:50 +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=1747813371; cv=none; b=keQwCKhxkcvaa+rwpxR1ptE1kVSjmRy6wolL+LC91vLW6KPWpZ5C2w9w8FlyMrbWyWHIfVHqu99Im0RxQ27i6WtBHFBIVtN9WAcxsurbULuGBqdUYglZPN+lB99WIllPb9fbsAzArFOJdE8BpxwgpvmAvQYWRPm8irraEYTNfSA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747813371; c=relaxed/simple; bh=XrPhrSiFFK5gNrRx9RzFHLsbwu3s0O3ugkQU5000Vw4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=sAoTwWD3FTj6nFEp6zbdjUAF7v73uRCIt0wI9QPdM7UyLmv9g9Ugi6jzasC2Sfuvj7AZZJNjH4yjFWEfCnKZN4Tbs9Z0+UTzV2u8OXlh2aEI4f5urHO76QXMnkdi8N2KrtURaeYOcHPRlz6eN2SjA3kjdtLnenCzJMHx7e0oMw0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=f68ae+Ww; 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="f68ae+Ww" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A04A8C4CEE4; Wed, 21 May 2025 07:42:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747813370; bh=XrPhrSiFFK5gNrRx9RzFHLsbwu3s0O3ugkQU5000Vw4=; h=Date:Reply-To:Subject:To:Cc:References:From:In-Reply-To:From; b=f68ae+Ww3XNeJDczNQX5rb+xbqENM/NIycKc+klct2I7OuKGKlqw9qqoMegQZpqG+ 0NA8xHt5QHgRwvPtc6eb6ncuXLWbsNQYxaGFwBGuhp/yZO4nggc/E8hEuv4LUmtDkm EPVbP20hIlOZBk2tm0xBWtjKNhrnzUukByh2hddtgFEyOEOhxYRONkAWt2DtKT/U8W /k58H1XoaEmtoQZ8Vkte7HlldkWt5nch/vkpgbpfmO6sDhOXgQ3VHS/vPsls34x6/J /SYwGunMlg4EZGOslgJfApDtOFnZcRUeqdoa4XeYflDHqi7YIwr3d9w93+mES8/WG5 3qnutlyTSIERw== Message-ID: <58f1c108-5fcf-47be-af0e-dd34fd396b56@kernel.org> Date: Wed, 21 May 2025 09:42:48 +0200 Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Reply-To: da.gomez@kernel.org Subject: Re: [PATCH v2 0/4] Remove the bootlinux-local role To: Chuck Lever Cc: kdevops@lists.linux.dev References: <20250519162131.381359-1-cel@kernel.org> <9cf21b22-f18f-4ef0-8da1-30565c5639f6@oracle.com> Content-Language: en-US From: Daniel Gomez Organization: kernel.org In-Reply-To: <9cf21b22-f18f-4ef0-8da1-30565c5639f6@oracle.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 20/05/2025 22.52, Chuck Lever wrote: > On 5/20/25 4:47 PM, Daniel Gomez wrote: >> >> >> On 20/05/2025 20.28, Daniel Gomez wrote: >>> >>> >>> On 19/05/2025 18.21, cel@kernel.org wrote: >>>> From: Chuck Lever >>>> >>>> The bootlinux-local role simply installs the bootlinux dependencies >>>> on the Ansible controller when bootlinux_9p is set. There doesn't >>>> seem to be a good reason that cannot be done via an extra step in >>>> bootlinux. >>>> >>>> This version needs some testing, which I can get to later today. >>> >>> >>> I've also tested this series here: >>> >>> https://github.com/linux-kdevops/kdevops/actions/runs/15135610179/ >>> job/42546562244 >> >> I've also tested this series manually on my setup and looks good. >> >> Tested-by: Daniel Gomez > > Thank you! > > I mistakenly assumed your testing and review was complete after the > first message this morning and already merged it earlier today. I will > try to be more patient next time. No problem!