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 7EE23A0096 for ; Fri, 10 May 2019 16:10:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 00B0A5398; Fri, 10 May 2019 16:10:46 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 266BC5398 for ; Fri, 10 May 2019 16:10:45 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8A29EC062ECD for ; Fri, 10 May 2019 14:10:44 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.61]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 11189600CC; Fri, 10 May 2019 14:10:43 +0000 (UTC) From: Aaron Conole To: Kevin Traynor Cc: stable@dpdk.org, msantana@redhat.com References: <20190510124321.21266-1-ktraynor@redhat.com> Date: Fri, 10 May 2019 10:10:43 -0400 In-Reply-To: <20190510124321.21266-1-ktraynor@redhat.com> (Kevin Traynor's message of "Fri, 10 May 2019 13:43:18 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 10 May 2019 14:10:44 +0000 (UTC) Subject: Re: [dpdk-stable] [PATCH 18.11 0/3] Travis for 18.11 stable branch X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Kevin Traynor writes: > Travis is convenient way of build testing. Backport Travis > integration to 18.11 branch. > > One later path fix on master (76f8486e16) dropped as n/a for 18.11. > > Aaron Conole (2): > ci: enable ccache in Travis > ci: add a distinguisher to the extra Travis builds > > Michael Santana (1): > ci: introduce Travis builds for GitHub repositories > > .ci/linux-build.sh | 24 +++++++ > .ci/linux-setup.sh | 3 + > .travis.yml | 98 +++++++++++++++++++++++++++++ > MAINTAINERS | 6 ++ > doc/guides/contributing/patches.rst | 4 ++ > 5 files changed, 135 insertions(+) > create mode 100755 .ci/linux-build.sh > create mode 100755 .ci/linux-setup.sh > create mode 100644 .travis.yml For the series: Acked-by: Aaron Conole