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 43218A00E6 for ; Tue, 14 May 2019 14:57:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0FEBC4CC3; Tue, 14 May 2019 14:57:59 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id DEF0D4CC3 for ; Tue, 14 May 2019 14:57:57 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4AE6781F33 for ; Tue, 14 May 2019 12:57:57 +0000 (UTC) Received: from [10.36.116.124] (ovpn-116-124.ams2.redhat.com [10.36.116.124]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6BA0B5D960; Tue, 14 May 2019 12:57:56 +0000 (UTC) To: Aaron Conole Cc: stable@dpdk.org, msantana@redhat.com References: <20190510124321.21266-1-ktraynor@redhat.com> From: Kevin Traynor Message-ID: <4eba40b4-29e4-3c07-050e-46b410bc8010@redhat.com> Date: Tue, 14 May 2019 13:57:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 14 May 2019 12:57:57 +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" On 10/05/2019 15:10, Aaron Conole wrote: > 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 > Thanks Aaron and Micheal, pushed to dpdk-stable:18.11