From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5AB3DC77B78 for ; Thu, 4 May 2023 04:13:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EFE9E847D4; Thu, 4 May 2023 06:13:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="Pz8yPlsq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5422B847DD; Thu, 4 May 2023 06:13:03 +0200 (CEST) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 84DA4847B9 for ; Thu, 4 May 2023 06:12:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=n-francis@ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3444CvnP101926; Wed, 3 May 2023 23:12:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1683173577; bh=Q8AFZ27K8N1cu/iuVwiqrJ1o2/dE8Elx3IekYXqjbGo=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=Pz8yPlsq7IeorO49CVVgR8KN/hbp8+kRZBO440bXnloXnHevv247kY12COz5gC3Eu LcLyNFk0Pz4XfnQTVi7i5f9giwkVoRyEpHsK7a6nNEMR/AvIxqqpqPupbr+b8WIQBc KVnnkmf20dYXkLSfCWNC6470pOeWgelR97p8f8tk= Received: from DLEE106.ent.ti.com (dlee106.ent.ti.com [157.170.170.36]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3444CviT087552 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 3 May 2023 23:12:57 -0500 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 3 May 2023 23:12:56 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 3 May 2023 23:12:56 -0500 Received: from [172.24.145.195] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3444Ctgq024136; Wed, 3 May 2023 23:12:56 -0500 Message-ID: <887b6e21-4e31-618d-8685-72293a1cec13@ti.com> Date: Thu, 4 May 2023 09:42:54 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH 2/2] CI: Make use of buildman requirements.txt Content-Language: en-US To: Tom Rini CC: References: <20230421123203.1315330-2-n-francis@ti.com> <20230426194436.1785433-1-trini@konsulko.com> <20230426194436.1785433-2-trini@konsulko.com> <0413fa63-504a-0ad0-d341-a37136c72f7f@ti.com> <20230503130441.GB1134230@bill-the-cat> From: Neha Malcom Francis In-Reply-To: <20230503130441.GB1134230@bill-the-cat> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Tom, On 03/05/23 18:34, Tom Rini wrote: > On Wed, May 03, 2023 at 11:27:20AM +0530, Neha Malcom Francis wrote: >> Hi Tom >> >> Thanks for these patches! >> >> On 27/04/23 01:14, Tom Rini wrote: >>> Now that buildman has a requirements.txt file we need to make use of it. >>> >>> Signed-off-by: Tom Rini >>> --- >>> .azure-pipelines.yml | 3 +++ >>> .gitlab-ci.yml | 4 ++++ >>> 2 files changed, 7 insertions(+) >>> >> >> However, while trying to ensure CI/CD coverage, I'm running into this " >> error 'No module named 'jsonschema'" for am62ax [1], any idea why after >> building successfully for other devices? >> >> >> [1] https://dev.azure.com/u-boot/u-boot/_build/results?buildId=6236&view=logs&jobId=6fe7c803-7a3b-5b46-f057-c1c62fd89ba1&j=22dc4ac5-ae35-5978-08ac-5f386151834e&t=fae48c67-4bb5-5f06-119f-00d23f780e3c > o > > We need to have the requirements.txt file installed in any job that's > using this part of binman now and I guess my patch above wasn't > complete? I didn't fully check what happened on Azure due to the other > problems (ie iot2050 boards not building). > Probably, I'm not sure about how to rectify this. Could you have a look if possible? Regarding iot2050, I have started working on it. -- Thanking You Neha Malcom Francis