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 6AE462561D1 for ; Thu, 3 Jul 2025 11:48:23 +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=1751543303; cv=none; b=ujM8usynG++5oyxS2zdWWZUFTvrqo6LoXdk99w1H2YjiyP93c+Z2qoJ03RcO63wJITVb6wq3Z/yUN0YkQaqlFSFBGcNdg3fbqE23jiYzTAFaANL7mQ/CR2598Qxx5sQpMWOALztyU0laHxWcH/WX1idLEF9IbIH6jFkGdhQNiHI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751543303; c=relaxed/simple; bh=uJV7GWZiJlg2jHf/cRaxtBd9dxuVWEd29VCLEjl5tWo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=VhN9YoSqSxc4OBXCqiawHhvXWdC6ToqSivWz0sFLmrJhBA6FKzMbK3k4/NqEBmWKGWpiHdaY+agw6FCstIMsKfzl71fO8j5b8433sj3XBQKkw5VOv9MSd+2vFuQSJ08jYDcER0s6+b4e52IIv7uUvDcF0qljhiEzyeOWs8xeirw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iixatC3l; 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="iixatC3l" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23284C4CEE3; Thu, 3 Jul 2025 11:48:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1751543303; bh=uJV7GWZiJlg2jHf/cRaxtBd9dxuVWEd29VCLEjl5tWo=; h=Date:Reply-To:Subject:To:Cc:References:From:In-Reply-To:From; b=iixatC3ldMs7C9wNE7lzuKBRevmZeCZghht+e8e0cRCq8WeldIlogjElkN8ggw3Ob Id3zzMm2y/K8b4g/1t/JMe7kM4WdFS1E9824S0sRTBXkNGIHOxRIm1augHt0nNLb0k FL7+xCiwCi8CYEcWrLSf+J7hw6p8xEpAOvnhZ+9pSTukxaq8gLm/2rsGqU4/kYU7FN mtzs5PaTUqnloWYho0zHEY6bEWvb5YbH1WGQTKzYOB9PZt6vaw3ROw453UprAdxebe ODV2EHH+nB9lipSpu61DA0IC5aVrZIQJYzrYF5ZSirnl/5t8vCIWTHbrawyPIxHQpX FQAf94B8ViOxg== Message-ID: <9d030ddb-1129-4eeb-b0c5-84b28333aaab@kernel.org> Date: Thu, 3 Jul 2025 13:48:20 +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: Daniel Gomez Subject: Re: [PATCH v4 00/11] Define Ansible inventory in the Ansible Configuration file To: Chuck Lever , Luis Chamberlain Cc: kdevops@lists.linux.dev, Daniel Gomez References: <20250702-ansible_cfg_inventory-v4-0-67a54babd404@samsung.com> <0ba24398-d493-44be-aab0-ca914a9c5013@oracle.com> Content-Language: en-US From: Daniel Gomez Organization: kernel.org In-Reply-To: <0ba24398-d493-44be-aab0-ca914a9c5013@oracle.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 03/07/2025 01.27, Chuck Lever wrote: > On 7/2/25 3:35 PM, Daniel Gomez wrote: > Give me a few days to test this series locally. I think it looks > basically OK. > > Thanks Chuck. So far, I've tested fstests, blktests and selftests workflows and they look good on my side. Let me know if you find anything.