From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id F23031B466 for ; Tue, 26 Mar 2019 22:54:53 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 53C2021E32; Tue, 26 Mar 2019 17:54:51 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 26 Mar 2019 17:54:51 -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=Gm6HkC7kniip2NFhNnNkbYZcPh/Y64cZtlV5+udOolQ=; b=L0mgmGi1UsL6 mN2PF8E1Wf8zq6MZOOcO4JDFua51wBLmglBfBCSw2jsomHDz9qDyeWG7R3VFLWtf 2o/graGEfH+DMwzUDzmYVmyr16p1FS7wjcmLLN6ahaefUAg9JinA0cZC9/Yj0JUE gnV3dN2SOWlxMLVDRvPSFUnS5ZkC24M= 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=Gm6HkC7kniip2NFhNnNkbYZcPh/Y64cZtlV5+udOo lQ=; b=EgvRT+99Ky9wZ0nzvFTy8WAxkwnyn3//oMMkqnlP99k+nseQhy3El2F/Q R2McIVSgj/dPIPQyE7RgpRQDzzWYviPP5aVCAHYp6kjOb8VKJziPqBdL3qLMcTr7 mfywDfyX5JD2B/suKZ3MmtX45KThnrgfwf55IjdA+7msQhgzQFUia2ic9hSzTGd+ 40/O+/Yj5UJcqi8//IpxU026NMALXCru7efmq66f6b2paMCoBbdwuYXl+W0tSO1Y vtrApv+xHP4J7PpX7OHJU7u4KkRv324FjqmG9vrLbBpFvQKypBVJFzSbqWivApiG kQV7n0q9TwR7AkyvePAgmhwSgrCkg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrkedtgdduvddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpehunhguvghrrdgtihenucfkphepjeejrddufeegrddvtdefrddukeegnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtne cuvehluhhsthgvrhfuihiivgeptd 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 F09D4E415C; Tue, 26 Mar 2019 17:54:48 -0400 (EDT) From: Thomas Monjalon To: Michael Santana Cc: dev@dpdk.org, Aaron Conole , Bruce Richardson , Honnappa Nagarahalli , Luca Boccassi Date: Tue, 26 Mar 2019 22:54:47 +0100 Message-ID: <6615169.rULviaSmtK@xps> In-Reply-To: <2543802.5yBK1Jkq9v@xps> References: <20190322165651.23978-1-msantana@redhat.com> <20190325153208.8039-1-msantana@redhat.com> <2543802.5yBK1Jkq9v@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v8] ci: Introduce travis builds for github repositories 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: , X-List-Received-Date: Tue, 26 Mar 2019 21:54:54 -0000 25/03/2019 17:10, Thomas Monjalon: > 25/03/2019 16:32, Michael Santana: > > GitHub is a service used by developers to store repositories. GitHub > > provides service integrations that allow 3rd party services to access > > developer repositories and perform actions. One of these services is > > Travis-CI, a simple continuous integration platform. > > > > This series introduces the ability for any github mirrors of the DPDK > > project, including developer mirrors, to kick off builds under the > > travis CI infrastructure. For now, this just means compilation - no > > other kinds of automated run exists yet. In the future, this can be > > expanded to execute and report results for any test-suites that might > > exist. > > > > This is a simple initial implementation of a travis build for the DPDK > > project. It doesn't require any changes from individual developers to > > enable, but will allow those developers who opt-in to GitHub and the > > travis service to get automatic builds for every push they make. > > > > The files added under .ci/ exist so that in the future, other CI > > support platforms (such as cirrus, appveyor, etc.) could have a common > > place to put their requisite scripts without polluting the main tree. > > > > Signed-off-by: Aaron Conole > > Signed-off-by: Michael Santana > > Acked-by: Bruce Richardson > > Acked-by: Luca Boccassi > > Reviewed-by: Honnappa Nagarahalli > > Acked-by: Thomas Monjalon Applied, thanks, it looks good. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A5F4DA05D3 for ; Tue, 26 Mar 2019 22:54:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 890F71B486; Tue, 26 Mar 2019 22:54:55 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id F23031B466 for ; Tue, 26 Mar 2019 22:54:53 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 53C2021E32; Tue, 26 Mar 2019 17:54:51 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 26 Mar 2019 17:54:51 -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=Gm6HkC7kniip2NFhNnNkbYZcPh/Y64cZtlV5+udOolQ=; b=L0mgmGi1UsL6 mN2PF8E1Wf8zq6MZOOcO4JDFua51wBLmglBfBCSw2jsomHDz9qDyeWG7R3VFLWtf 2o/graGEfH+DMwzUDzmYVmyr16p1FS7wjcmLLN6ahaefUAg9JinA0cZC9/Yj0JUE gnV3dN2SOWlxMLVDRvPSFUnS5ZkC24M= 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=Gm6HkC7kniip2NFhNnNkbYZcPh/Y64cZtlV5+udOo lQ=; b=EgvRT+99Ky9wZ0nzvFTy8WAxkwnyn3//oMMkqnlP99k+nseQhy3El2F/Q R2McIVSgj/dPIPQyE7RgpRQDzzWYviPP5aVCAHYp6kjOb8VKJziPqBdL3qLMcTr7 mfywDfyX5JD2B/suKZ3MmtX45KThnrgfwf55IjdA+7msQhgzQFUia2ic9hSzTGd+ 40/O+/Yj5UJcqi8//IpxU026NMALXCru7efmq66f6b2paMCoBbdwuYXl+W0tSO1Y vtrApv+xHP4J7PpX7OHJU7u4KkRv324FjqmG9vrLbBpFvQKypBVJFzSbqWivApiG kQV7n0q9TwR7AkyvePAgmhwSgrCkg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrkedtgdduvddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpehunhguvghrrdgtihenucfkphepjeejrddufeegrddvtdefrddukeegnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtne cuvehluhhsthgvrhfuihiivgeptd 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 F09D4E415C; Tue, 26 Mar 2019 17:54:48 -0400 (EDT) From: Thomas Monjalon To: Michael Santana Cc: dev@dpdk.org, Aaron Conole , Bruce Richardson , Honnappa Nagarahalli , Luca Boccassi Date: Tue, 26 Mar 2019 22:54:47 +0100 Message-ID: <6615169.rULviaSmtK@xps> In-Reply-To: <2543802.5yBK1Jkq9v@xps> References: <20190322165651.23978-1-msantana@redhat.com> <20190325153208.8039-1-msantana@redhat.com> <2543802.5yBK1Jkq9v@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v8] ci: Introduce travis builds for github repositories 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" Message-ID: <20190326215447.7uylXSe_WRXmB5x70zscdKdjmZe6dvdQde5ApsCga0g@z> 25/03/2019 17:10, Thomas Monjalon: > 25/03/2019 16:32, Michael Santana: > > GitHub is a service used by developers to store repositories. GitHub > > provides service integrations that allow 3rd party services to access > > developer repositories and perform actions. One of these services is > > Travis-CI, a simple continuous integration platform. > > > > This series introduces the ability for any github mirrors of the DPDK > > project, including developer mirrors, to kick off builds under the > > travis CI infrastructure. For now, this just means compilation - no > > other kinds of automated run exists yet. In the future, this can be > > expanded to execute and report results for any test-suites that might > > exist. > > > > This is a simple initial implementation of a travis build for the DPDK > > project. It doesn't require any changes from individual developers to > > enable, but will allow those developers who opt-in to GitHub and the > > travis service to get automatic builds for every push they make. > > > > The files added under .ci/ exist so that in the future, other CI > > support platforms (such as cirrus, appveyor, etc.) could have a common > > place to put their requisite scripts without polluting the main tree. > > > > Signed-off-by: Aaron Conole > > Signed-off-by: Michael Santana > > Acked-by: Bruce Richardson > > Acked-by: Luca Boccassi > > Reviewed-by: Honnappa Nagarahalli > > Acked-by: Thomas Monjalon Applied, thanks, it looks good.