From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A6287A0588; Thu, 16 Apr 2020 16:40:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 832CB1D620; Thu, 16 Apr 2020 16:40:01 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 84AD91D548 for ; Thu, 16 Apr 2020 16:39:59 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 1D1045C0321; Thu, 16 Apr 2020 10:39:59 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Thu, 16 Apr 2020 10:39:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=J1XMymiiVwEMcCRikv1iK1ewC3iFpPiVgTJV98K0QhA=; b=NYTf6boLEGQc la5PJu/GlApUdRrA1RAKOn6fbPQm/xE+WHNUglO4lDzCV34LC65Jx1mnKCqil5Id ihbOtMLmQi4MTLAj/WmFtbdAv/xbLQeqK+0lsZpvERVJaD5o9Dm/Aj8JwkY0vdWD QbC41aFfamGYNpKaDVcqMECb72iw3ZM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=J1XMymiiVwEMcCRikv1iK1ewC3iFpPiVgTJV98K0Q hA=; b=LIQnEvakTXuKaK9l3AY4yHTsbZUALezu09ajZpOfQpfIxG4cGChorqhGI PoGVFi3Vc9MMJUjOdpuTK40SmxlS2uv1CYx9ZhLct+3GRCiGnMEDPVu5y0gtbCO7 QCJ7J4kekzNigHNBB1vUtajAzwzX30Bod8sg5QsS9PZAgc+E5qZuKSZYzIpkghBc K0TJrWwm8SCJgMkgBdktQDKqHFypgf3fGI64z2isAu7LG6CifTbS4DfnqpfpsbSe IPmQhgVJWZ+YNZ5IwgMOtly21JmbOnTP29Psus1ciYjCnXjIJW2IhJX1NrSrXWRD UmMwHmrGipFegaT2/7NSEABqYFZTg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrfeehgdejlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepthhrrghvihhsqdgtihdrtghomhhmuhhnihhthienucfkphepjeejrddufeeg rddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilh hfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 223D33060066; Thu, 16 Apr 2020 10:39:58 -0400 (EDT) From: Thomas Monjalon To: Aaron Conole Cc: David Marchand , dev , "Ruifeng Wang (Arm Technology China)" , Gavin Hu , Honnappa Nagarahalli , Michael Santana Date: Thu, 16 Apr 2020 16:39:56 +0200 Message-ID: <4760008.eFTFzoEnKi@thomas> In-Reply-To: References: <20200416110053.2547791-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ci: remove aarch64 from Travis jobs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 16/04/2020 15:45, Aaron Conole: > David Marchand writes: > > On Thu, Apr 16, 2020 at 2:44 PM Aaron Conole wrote: > >> Thomas Monjalon writes: > >> > >> > Travis is not reliable for native Arm and PPC: > >> > https://travis-ci.community/t/disk-quota-exceeded-on-arm64/7619/6 > >> > > >> > In order to get reliable Travis reports, > >> > the use of Arm machines is removed until Travis fixes it. > >> > > >> > Signed-off-by: Thomas Monjalon > >> > --- > >> > >> We should add back the cross-build if we do this - at least then we > >> could have a reliable compilation test of Arm64 code. Does it make > >> sense? > > > > I don't see them removed by this patch, the two jobs are still present ? > > Whoops - for some reason I missed them. Nevermind :) So? Acked?