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 8BEEEECAAD2 for ; Mon, 29 Aug 2022 06:24:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8B4888497B; Mon, 29 Aug 2022 08:23:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1661754223; bh=KaGGWv9FKKoaOOQvfJA9Vy4eNDfBBy2PAQ5wsBHlVBg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=jVoR0avIW0gN/cR5WXfGnjDt6X3GiMwio0fX5q98EgmIDNw/pyavVeFBjTAQMCBcc 6vr0cKghVkXYEzibPD2I3DKlGqrjuYL1GpjesWKrBVC8QYcpXiHWWjX3fjZmGCydAl 2Gy3Z1NxiSRMN7ESjApYioKGReoGwGqKA0uZg9DqeyFwmDydejcRtrcyMdn1//p9ch ctcJFTpTaHCPHSwVUhuU+6upzmYEdqBhFE6Df5OHisAAy2Eu3FpXznhj7ixC106zxh I+kn5pebYPu+WSxi3Ja+CQ18nRin3ucXYpUDND43PMWLWWOeWboy/E2Pf1EIMcOo9q Aa2HO+uyPhkPw== Received: by phobos.denx.de (Postfix, from userid 109) id 6EDDF84947; Mon, 29 Aug 2022 08:23:28 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [80.241.59.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 60CEF8496C for ; Mon, 29 Aug 2022 08:23:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4MGL3Z3kXzz9sQZ; Mon, 29 Aug 2022 08:23:22 +0200 (CEST) From: Stefan Roese To: u-boot@lists.denx.de Cc: trini@konsulko.com, sjg@chromium.org, rasmus.villemoes@prevas.dk, Joel Stanley , Chia-Wei Wang Subject: [RFC PATCH 8/8] WIP: .azure-pipelines.yml: Remove evb-ast2600 Date: Mon, 29 Aug 2022 08:23:13 +0200 Message-Id: <20220829062313.32654-9-sr@denx.de> In-Reply-To: <20220829062313.32654-1-sr@denx.de> References: <20220829062313.32654-1-sr@denx.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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.6 at phobos.denx.de X-Virus-Status: Clean The evb-ast2600 target always runs into an timeout error when run via Azure CI. For test purpose only, this patch removes this CI build target so that the world build can be run. Joel, Chia-Wei, could you perhaps take a look at this and help to fix the problems that I'm seeing with this build target here? Signed-off-by: Stefan Roese Cc: Joel Stanley Cc: Chia-Wei Wang --- .azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 0fa92479b4c4..e48f1667f8de 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -261,9 +261,6 @@ stages: evb_ast2500: TEST_PY_BD: "evb-ast2500" TEST_PY_ID: "--id qemu" - evb_ast2600: - TEST_PY_BD: "evb-ast2600" - TEST_PY_ID: "--id qemu" vexpress_ca9x4: TEST_PY_BD: "vexpress_ca9x4" TEST_PY_ID: "--id qemu" -- 2.37.2