From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <bruce.richardson@intel.com> Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5F5D95323 for <dev@dpdk.org>; Mon, 4 Feb 2019 10:41:52 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Feb 2019 01:41:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,559,1539673200"; d="scan'208";a="115090194" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.18.138]) by orsmga008.jf.intel.com with SMTP; 04 Feb 2019 01:41:48 -0800 Received: by (sSMTP sendmail emulation); Mon, 04 Feb 2019 10:41:48 +0100 Date: Mon, 4 Feb 2019 10:41:48 +0100 From: Bruce Richardson <bruce.richardson@intel.com> To: Michael Santana <msantana@redhat.com> Cc: dev@dpdk.org, Aaron Conole <aconole@redhat.com>, Honnappa Nagarahalli <Honnappa.Nagarahalli@arm.com>, Thomas Monjalon <thomas@monjalon.net> Message-ID: <20190204094147.GA21148@bricha3-MOBL.ger.corp.intel.com> References: <20190130221602.13866-1-msantana@redhat.com> <20190201164814.11185-1-msantana@redhat.com> <20190201164814.11185-3-msantana@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190201164814.11185-3-msantana@redhat.com> User-Agent: Mutt/1.11.2 (2019-01-07) Subject: Re: [dpdk-dev] [PATCH v3 2/2] 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Mon, 04 Feb 2019 09:41:52 -0000 On Fri, Feb 01, 2019 at 11:48:14AM -0500, Michael Santana wrote: > 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 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. > > Additionally, the travis service will send an email to the test-report > list informing anyone interested in the automated build (including a > result). > > Signed-off-by: Aaron Conole <aconole@redhat.com> > Signed-off-by: Michael Santana <msantana@redhat.com> > --- > v3: > - Renamed ambiguous variable names and comments, including the variable > KERNEL to DISABLE_KERNEL_MODULES and comment 'source for python' to > 'Repo for python' > - Removed duplicate file meson_cross_aarch64_gcc.txt. Used > arm64_armv8_linuxapp_gcc file instead > No further comments from at this stage. Acked-by: Bruce Richardson <bruce.richardson@intel.com>