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 2FCEA212F89 for ; Tue, 2 Sep 2025 20:34:40 +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=1756845281; cv=none; b=D9QOQnKvX6ix8E38+QOyO4cu8Now1QXtVw8HB57o33qDPvYvyKdEgYtQ49Lem4/gXSPbKP9DRYZ87Fhfc3PPimPSrYtWmC540/mnpBRlQwrbf2stQKAQ/9Y873M7ouwgoEvOAPISTJ0zU/WE7mFpeUm1A4/SCB66HC2Og3ZLlmA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756845281; c=relaxed/simple; bh=folc0GEQBzsRnxIHI0DtVkVqwGeNteWTM8SSpbRBcUU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=klBS3yU7KfzDn+cFz9mKAw9xkYcryOdvB2acm4JLRNWBhfkHTSaKH1c7hR4V5O94jaXbqzkBZo0l7pBvuz9V0SbNDIwzJH6fP+NxPwyaDr6zId9zCEzG0KUFn6mFRVwAYBObGLE8SHHJhHNaSXI2Ps+anIQ+iGePho3HMNallJ4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PxYiFFtd; 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="PxYiFFtd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2639FC4CEED; Tue, 2 Sep 2025 20:34:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756845280; bh=folc0GEQBzsRnxIHI0DtVkVqwGeNteWTM8SSpbRBcUU=; h=Date:Reply-To:Subject:To:Cc:References:From:In-Reply-To:From; b=PxYiFFtdCdPsWEClxEau7ornCHWd5TVoT8sEta7BPTvNwQMC+b+F6Zir0OLbX3HRo BmbYb793O1meG6VMiC9OO64MUvt41V498oUohrwqiGbxDkE0IKRwYe+aS9O5qSNiCY LdEtjTX3uSAcX6UEq7TxTxYZP1R3/onm5jDMOhvgSw3ZvUUlb51UD0lpHx4cS6rWfx yqM8meLD2rc7ZqW9ct+jNEo9ptcla9kWpq4Obmfs8pvPSIDOwAJVlvZROqqiUlDcEL YK8aOunvjkSodT7g5V29GltzyTXo7dp2Av3zstploukhflFBZeuFzs89Q33CxTd5L4 YhPR1/1U4XmkA== Message-ID: Date: Tue, 2 Sep 2025 22:34:38 +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 00/37] Various fixes To: Chuck Lever , kdevops@lists.linux.dev Cc: Chuck Lever References: <20250902135426.815079-1-cel@kernel.org> Content-Language: en-US From: Daniel Gomez Organization: kernel.org In-Reply-To: <20250902135426.815079-1-cel@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 02/09/2025 15.53, Chuck Lever wrote: > From: Chuck Lever > > I've finally gotten most of my test runners moved to cloud providers > so I'm able to rebase my version of kdevops on > > linux-kdevops/kdevops : HEAD > > In the process I've found and fixed myriad small issues. One or two > of these might need some attention and additional work. Please have > a close look -- they are all short subjects. Thanks for all the fixes! > > Changes since v1: > - Add R-b tags > - Completed the patch that adds new GCE machine sizes > - Added 11 new fixes on the end > > Daniel, this series includes the patches that change the Ansible > config and inventory pathname behavior. It would be most convenient Let me double check if we have a conflict with the sandbox concept. But I don't think so. The part missing for sandboxing is just decoupling TOPDIR for kdevops sources and for kdevops artifacts (.config, extra_vars.yaml, ansible.cfg, etc). > for me if these were merged now and then you can do your sandbox > work on that, but if you would like me to hold off, I can drop them > from this series. That's okay with me. I'll double check tomorrow these patches to see if there's anything.