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 6BB1BA0556; Thu, 20 Feb 2020 12:07:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 447DF1C001; Thu, 20 Feb 2020 12:07:24 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7802D1BFF9 for ; Thu, 20 Feb 2020 12:07:22 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B8159215B2; Thu, 20 Feb 2020 06:07:21 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 20 Feb 2020 06:07:21 -0500 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=w5oIK6PPXODi1KTVwlkH0xCZZIrtIUaFEdwY3bgRW6E=; b=m9Z+odmg1GXH N+HCCyO93lpWnJJVy7SLWGC5gyVXfHs7La20th3HWLkYzZ583Nr4WbPn92CGbXBK jSNEh1WoeLrjUGZm045pCJjIJou9l6krvv+rGgY2kZIsV3+C2Ti3A90iPI0pcx/j Lkyqbe/WwNkPIHg32urmXBmYjIW4Oog= 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=w5oIK6PPXODi1KTVwlkH0xCZZIrtIUaFEdwY3bgRW 6E=; b=3s/8BBVVZ+gsjpbPA86MbCcwUjjZUzn4klGA+E/KeFmSomNwJ/tO4xcSK n7OVk3yFUnpPM0qC+AuT+dR5uBu+gB9c6iap3Muhfo9nX6OcHOIwN6xXei0guWo8 2g2ogMc6P3ywFXPzvts/EJSqymblu4b4KAucAQpzvSldydMcx0aclWk8Fq4jyx1U q07rAX7wN59+BD7+khK5tP2G8gLgOW0sR67fiXZZdvELNacEKkyb3c8MXcQbEesb p5vTHdlP6i5iGQ9j9w5pxKOcQBWkF2AGhnTnpX88N/WHa33yp4BKiCYVKQzyMYI1 nZ4OQXRBZLIXbz+lL0Hma4YzA+uyA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkedvgddvhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 79E8130610DB; Thu, 20 Feb 2020 06:07:20 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: aconole@redhat.com, dev@dpdk.org, Michael Santana Date: Thu, 20 Feb 2020 12:07:18 +0100 Message-ID: <13710474.VsHLxoZxqI@xps> In-Reply-To: <20200219194131.29417-5-david.marchand@redhat.com> References: <20200219194131.29417-1-david.marchand@redhat.com> <20200219194131.29417-5-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 4/4] ci: reorganise 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" 19/02/2020 20:41, David Marchand: > Let's prune the jobs list to limit the amount of time spent by the robot > in Travis. > > Since meson enables automatically the relevant components, there is not > much gain in testing with extra_packages vs required_packages only. > > For a given arch/compiler/env combination, compilation is first tested > in all jobs that run tests or build the docs or run the ABI checks. > In the same context, for jobs that accumulates running tests, building > the docs etc..., those steps are independent and can be split to save > some cpu on Travis. > > With this, we go down from 21 to 15 jobs. > > Note: this patch requires a flush of the existing caches in Travis. > > Signed-off-by: David Marchand Acked-by: Thomas Monjalon A small step for DPDK but a big save for the earth ;)