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 C80E628368D for ; Wed, 14 May 2025 18:32:56 +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=1747247576; cv=none; b=n0g+fSSg900zwZPYwK+k4XDIVFtBzAZFCEwakY2hb9UQ20908TQVuJy/aS81CHJhKKpWvr7z+2Ob4kYTZB9MpVt+/wKm2omhLu8nOVGZyqvuM344DedT3E4zAmHM2sllcaxYpfS7ubJ6zQ19SUO4HN+riUK6FhtBqb3/qpZ7v20= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747247576; c=relaxed/simple; bh=mhfBi7czWDMXDm90KoRfYkArDIdU7Rhtl/4chuibPG0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cMxO9PKVf7EhztXHScOJmReGEk8AGfJY9ArYog2JdhcfA+OCpbnhIw2dBmpHp1eck1tRK59jeuCujINpO5zaxD0KLV0QSs7lXREw4y+sYkxHtFQ93P7w7fma3CkNp+jCp+vrjvNXNZKv+7E73lA2BxMyV1lWnnmrGkPfVPzUy00= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sdPzKphW; 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="sdPzKphW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 349B1C4CEE3; Wed, 14 May 2025 18:32:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747247576; bh=mhfBi7czWDMXDm90KoRfYkArDIdU7Rhtl/4chuibPG0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sdPzKphW/FY/RY0hS84Ysvfno6OVPMIPl/1ZpZXtfn5vPeQPZ1jqjxE2GRNv2EiET 2HXGsT1SJlEIMNZqmgJcbqckO7KvdS26/6vJCqwh7iNOr2kur3BYzvbGmp1mct7ST3 qkR8ilopPMsRslliuYVue9YjWLCOPksoLP64Ui3PNo7S4MTzZmJqGQK5OSh29mPHs0 IZJ15m+kdnRjWuqnUH995u/zMRSp7Jg7Fl7GACc8XDPKTncITHTZS/QsXPoBZ91anE fLTWr5Q34osb8mo+MYX60sWww3BPTcBG2aUA/ZYOtoRbq0YCTAH6dZncE1HfnLr/gE Sp0ThVL7xKlZw== Date: Wed, 14 May 2025 11:32:54 -0700 From: Luis Chamberlain To: Daniel Gomez Cc: kdevops@lists.linux.dev, Daniel Gomez Subject: Re: [PATCH 0/5] Add CI support for blktests Message-ID: References: <20250512-ci-blktests-v1-0-3193a14d1748@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: <20250512-ci-blktests-v1-0-3193a14d1748@samsung.com> On Mon, May 12, 2025 at 04:45:19PM +0200, Daniel Gomez wrote: > Add necessary defconfigs for blktests CI, including the .ci/targets for > running generic CI workflow. > > Include blktests results enhancements to be able to copy all results if > option is enabled. This is a workflow specific configuration only but if > other workflows include this feature, we can promote to a global/common > kdevops workflow configuration. > > Signed-off-by: Daniel Gomez Reviewed-by: Luis Chamberlain Luis