From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 81F8B271 for ; Thu, 24 Jan 2019 10:41:04 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jan 2019 01:41:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,515,1539673200"; d="scan'208";a="140899067" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.54]) by fmsmga001.fm.intel.com with SMTP; 24 Jan 2019 01:41:01 -0800 Received: by (sSMTP sendmail emulation); Thu, 24 Jan 2019 09:41:00 +0000 Date: Thu, 24 Jan 2019 09:41:00 +0000 From: Bruce Richardson To: Michael Santana Cc: dev@dpdk.org, Aaron Conole , Thomas Monjalon , Ferruh Yigit Message-ID: <20190124094100.GC155072@bricha3-MOBL.ger.corp.intel.com> References: <20190123220714.20763-1-msantana@redhat.com> <20190124093547.GA155072@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190124093547.GA155072@bricha3-MOBL.ger.corp.intel.com> User-Agent: Mutt/1.11.2 (2019-01-07) Subject: Re: [dpdk-dev] [PATCH] 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: Thu, 24 Jan 2019 09:41:04 -0000 On Thu, Jan 24, 2019 at 09:35:48AM +0000, Bruce Richardson wrote: > On Wed, Jan 23, 2019 at 05:07:14PM -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 > > Signed-off-by: Michael Santana > > --- > > .ci/linux-build.sh | 34 +++++++++++++++++++++++++ > > .ci/linux-setup.sh | 3 +++ > > .travis.yml | 39 +++++++++++++++++++++++++++++ > > MAINTAINERS | 6 +++++ > > doc/guides/contributing/patches.rst | 3 +++ > > 5 files changed, 85 insertions(+) > > create mode 100755 .ci/linux-build.sh > > create mode 100755 .ci/linux-setup.sh > > create mode 100644 .travis.yml > > And on a more general note, this is great to see! The more automated CI builds we can get, the better. Thanks. /Bruce