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 A7FE6A0556; Thu, 20 Feb 2020 12:05:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8BCBC1BFFA; Thu, 20 Feb 2020 12:05:32 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0FE7A397D for ; Thu, 20 Feb 2020 12:05:31 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A01FB21B5A; Thu, 20 Feb 2020 06:05:30 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 20 Feb 2020 06:05:30 -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=Tumwv5orCB2WHPsy97/YXq7OAXlHD3rGpItxh8J5LN4=; b=BscYtbJr++mC SGNkJgw7Q1SrmQIexMzk54Y6a5NYzWOm1l8qXnOih1Um3p4URB/nKKLRmD065Uyn 9mADolEuk3n2OkCi+NYzM/g+gqkrvV/OpyfL5jup/ROvVyB+AqqpPYZHIzUgPDrs ZUnaGrkX2mmmQeCWIt0kNFS6+v8ZHiw= 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=Tumwv5orCB2WHPsy97/YXq7OAXlHD3rGpItxh8J5L N4=; b=yTHxqEiJ9ANq124PyBE0VNL5GFXG7AVCXFxsAo3DthAbk1SDaqQAc3uQ+ 5UIfuyh5sFmFHW64I898029CSnHdDycg/NZxDJP1i36sG/Zd0s/L5VCenDekQZtt Ix2q5+N07TduRf18Ou1ehr1tkmejHkUuEc6QrZGsUzVmrOjnAcKgKOboMZvjqvYA Hv9N2e0HAtcZ8TbmzS266Ef6GqKeR5c6AZGpvoFZKeo4x/HWeD1le0TZ+D/zDivI /aZ9y0MLjTJtDg2tX+fmH5wW76YK29izJgROHR1kPfeSQUR5XsaVylTCeug0TRe6 lT4CQDSN2c238LKdGONCWQTBQ3BSw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkedvgddvgecutefuodetggdotefrodftvf 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 B19A53280059; Thu, 20 Feb 2020 06:05:29 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: aconole@redhat.com, dev@dpdk.org, Michael Santana Date: Thu, 20 Feb 2020 12:05:27 +0100 Message-ID: <37862051.J2Yia2DhmK@xps> In-Reply-To: <20200219194131.29417-4-david.marchand@redhat.com> References: <20200219194131.29417-1-david.marchand@redhat.com> <20200219194131.29417-4-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 3/4] ci: use an explicit list of 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: > Maintaining the .travis.yml requires some knowledge of how Travis > computes the jobs list (combination of os: arch: compiler: etc...). > Let's switch to an explicit list to find all jobs at a glance. > > To enhance readability, jobs have been sorted per arch/compiler with > comments to isolate blocks. > > Setting required_packages for aarch64 native jobs is unnecessary, > the global addons: values are the same. > > This commit does not change the jobs list (21 jobs in total). > > Signed-off-by: David Marchand Acked-by: Thomas Monjalon Thank you for thinking to poor humans like me with no Travis-fu skill.