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 96AAA17BA6 for ; Tue, 2 Sep 2025 20:38: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=1756845517; cv=none; b=DKvFQeh1iigkfBCTzxH6fXLBI8lAkKqN9rtf/3oXqySEmEdiJuMjJVj2V+YdCS+CrpgF2Gpj9KT6MeGZOPlQJcfr61SaTjl+Nyv0zbt1NqsJYeUpiaHdtCqWWYCYgcooaATHdgeoOB1c6LsxjkZXgZxLgeocDYvFQRsQwa8Wz1I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756845517; c=relaxed/simple; bh=mfSsSpWj3OGC6C0uyWz18hx0KIER6SXxaDpMzxu89/Q=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=K3LerQxB/MZl7ONSAWJLchwdHyaTr0K3xxRHJtZWQH8+ihJBIuceoWJ623hfdd05hIdHFHMjpDpIKSF90WescOUp+WbV0T/uELO/LegDtL5JumfN4aOEtBjosINtpS5NZU7aLGHD1LNBHzCWJXYNeuG0epqePnOSGAeS9t3J/LM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BubZfGn9; 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="BubZfGn9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C95DC4CEED; Tue, 2 Sep 2025 20:38:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756845517; bh=mfSsSpWj3OGC6C0uyWz18hx0KIER6SXxaDpMzxu89/Q=; h=Date:Reply-To:Subject:To:Cc:References:From:In-Reply-To:From; b=BubZfGn9P+e17V49t21zWYqzoFX8jUM3gjLMjCjpOP/amYW5UKQRatRUBnPc9I+jH 6/n0bDCydQU/wvwZQ7uwIP6cjID7Ax4MHLseyxuuaMOjtYBSBKI4RrkYA0fc/pM4oZ 3IMSy+DR7hr3BiUMI/cOOnzm65R+XQqawS7dX2wZ+11HRHz1gISTN0X1q6+uEA64ZP eOwnZsJ98XILId4/2jEorZClCNMmlAITyrkEO6RXLBvN5BIh95aApgg2w31UiJKqfN mufJfUh7Yn1/Y7FN4CeIBPNxu1EWaI24AEB3FYG3EJThZpU2CzKlsblyCc2xFCFltH C0pRIa+tIL2eA== Message-ID: <3d7efc74-0d96-4326-9909-4efeeb33f678@kernel.org> Date: Tue, 2 Sep 2025 22:38:34 +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 v2 22/37] gen_hosts: Add [service] group to the builder host template To: Chuck Lever , kdevops@lists.linux.dev Cc: Chuck Lever , Luis Chamberlain References: <20250902135426.815079-1-cel@kernel.org> <20250902135426.815079-23-cel@kernel.org> <75c812e7-ddf5-4bec-832c-42bd7d060a29@kernel.org> <16e5c676-cc25-4934-a922-1b0b2b4863e8@kernel.org> Content-Language: en-US From: Daniel Gomez Organization: kernel.org In-Reply-To: <16e5c676-cc25-4934-a922-1b0b2b4863e8@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 02/09/2025 21.47, Chuck Lever wrote: > On 9/2/25 3:43 PM, Daniel Gomez wrote: >> On 02/09/2025 15.54, Chuck Lever wrote: >>> From: Chuck Lever >>> >>> Ensure that the [service] group is defined in the builder >>> node's host template, to quash some noisy warnings during >>> bringup. >>> >>> Reviewed-by: Luis Chamberlain >>> Signed-off-by: Chuck Lever >> >> I wonder if we should apply this to other templates too? >> >> We have service group declared for fio-tests, fstests, gitr, hosts, nfstest >> and pynfs. I'll try to remember when running other workflows! >> >> Reviewed-by: Daniel Gomez >> > > I didn't want to just scatter-shot this change, was waiting to see > actual warnings come up. But I think it's likely that the builder > template is not the only one that might need [service]. Patch 33 actually adds the service group to the remaining templates. I just saw it later :) Nit: I think both can be squashed. > >