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 93DF0A05D3 for ; Mon, 25 Mar 2019 17:10:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C15242B9A; Mon, 25 Mar 2019 17:10:31 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 97EA81150 for ; Mon, 25 Mar 2019 17:10:30 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2F28E2A787; Mon, 25 Mar 2019 12:10:29 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 25 Mar 2019 12:10:29 -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=nNfQnbG4Iyr5pWGI4TGwmr9BC9+lxdjH8jIMICvgNo0=; b=GEdcsQKlnNE8 OOLTWynXxyPjlagq3WKmpQ2hlbcKGfuvU6Ifz23XNHcBOw9uSYDtksLIu7Sj4ckT ReDfy+mebv8hY3ze7EIHmz5zzmoFd4WeeYYizmlLe2IV9Dvlt+3WSTlR9YC1aSGV fKT3kWj9k+ao9ouI+9o07fc5oAn+QCA= 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=nNfQnbG4Iyr5pWGI4TGwmr9BC9+lxdjH8jIMICvgN o0=; b=xD7JzTZ4nZadqt9hsOpZwFfKan/Pn6Waw+tBKVBAYwf0nxiVqZyLPEZ44 nBi0fmWG1ej3/KELabSWt1UIgd7g3hnlcVCqEI9ix6hN4BiHkPpeO7MGHhNZuU5Z egPr0+gRnezw2umQblE0RgAM83RlsTIpzDSH73JoMM1+ONTX4m9OaAkb7DzSxj4A Q+DTmszO+RhF2iE+9be3iST+h74p0LzskHRBhDoiYA/Gx9/Hcsfz1Sufd0iuHk3B iEKjiA13dS4KwvN03iFfmbTtF9Ga6bE/3TQhOPo70c4AKjllg8+Qlpi8Yl/3A0zN 9khWFQbTjR8KHWTf8bMSrhIRNW/mA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrjeekgdekjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepuhhnuggvrhdrtghinecukfhppeejjedrudefgedrvddtfedrudekgeenucfr rghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenuc evlhhushhtvghrufhiiigvpedt 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 3BB48E4176; Mon, 25 Mar 2019 12:10:27 -0400 (EDT) From: Thomas Monjalon To: Michael Santana Cc: dev@dpdk.org, Aaron Conole , Bruce Richardson , Honnappa Nagarahalli , Luca Boccassi Date: Mon, 25 Mar 2019 17:10:25 +0100 Message-ID: <2543802.5yBK1Jkq9v@xps> In-Reply-To: <20190325153208.8039-1-msantana@redhat.com> References: <20190322165651.23978-1-msantana@redhat.com> <20190325153208.8039-1-msantana@redhat.com> 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: <20190325161025.sqftg2B4SckeBFgj6ERIm9M0EJ4JZr8ly3jDnPPQ178@z> 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