From patchwork Tue Feb 18 21:20:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 65879 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0C570A054F; Tue, 18 Feb 2020 22:20:12 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F05B71BFFA; Tue, 18 Feb 2020 22:20:10 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0B0971BFE6 for ; Tue, 18 Feb 2020 22:20:10 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A2801220CA; Tue, 18 Feb 2020 16:20:09 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 18 Feb 2020 16:20:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=mesmtp; bh=RJGHpPkkpF 62R6lThkZGGYGAUGkTcn5n6NIKkfZZ1h4=; b=HlAYFiVH2HQJlNk+iuLjhRL179 waUyqCJa6PS7enNBdT49crvVqFuYGN0qNchAwB8jb+CADzG0+CqP1p2M2fbtQgOh 8qEp4hPinjUd6E57FRIc+W+Lvvk1PCC4XEXyskVdC7ofjCj61zmehWegh/p6enjA 1aLl4pj+4sPRXt+Cg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding: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=RJGHpPkkpF62R6lThkZGGYGAUGkTcn5n6NIKkfZZ1h4=; b=hhohzceU RZ6bxoVUW1pTNFIlQsLi6CePoyGYb0luZKn/oDuv/CMdDNFr5XGhq8Z5wimXeair Xfs0aNBG4bc3qZg+Hf8mOzpUI4yoaRFkG+2dgmAoghoMrEnSEu/oVkmorPMHGNaB vsdRDwNNJIgVSS2r4xKMncr69+kY0iMpXR+W491mnftnTN2dIW/icFluW33tmPJW +aVcBNE5zJu9yM4Vone/cJiwJh7EPO8UmW70AhX5m3hS1UDkZf1oR+yiykM/b+HB 7FiubHNRsF8QdiMJMi8mVYVb5VRCwLpoUUVZB1Qhy4V1g/rbRJx4NUBtAE8b3OXh VEHRliFpIe2KIA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjeekgddugeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecuve hluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghs sehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 112D9328005E for ; Tue, 18 Feb 2020 16:20:08 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 18 Feb 2020 22:20:03 +0100 Message-Id: <20200218212006.2246947-1-thomas@monjalon.net> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200217113547.1889436-1-thomas@monjalon.net> References: <20200217113547.1889436-1-thomas@monjalon.net> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v3 0/2] improve Travis coverage 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" Remove some useless jobs and add more packages to build more PMDs in Travis. v3: reword commit logs v2: remove libbpf because not available Thomas Monjalon (2): ci: remove redundant configs disabling kmods ci: enable more drivers in Travis builds .travis.yml | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) Acked-by: David Marchand