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 E4A83A0096 for ; Fri, 10 May 2019 14:43:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DDA755699; Fri, 10 May 2019 14:43:49 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id A9EB558FE for ; Fri, 10 May 2019 14:43:48 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1C001309B144; Fri, 10 May 2019 12:43:48 +0000 (UTC) Received: from rh.redhat.com (ovpn-117-22.ams2.redhat.com [10.36.117.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9D5B917A61; Fri, 10 May 2019 12:43:46 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org Cc: aconole@redhat.com, msantana@redhat.com, David Marchand , Luca Boccassi Date: Fri, 10 May 2019 13:43:21 +0100 Message-Id: <20190510124321.21266-4-ktraynor@redhat.com> In-Reply-To: <20190510124321.21266-1-ktraynor@redhat.com> References: <20190510124321.21266-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Fri, 10 May 2019 12:43:48 +0000 (UTC) Subject: [dpdk-stable] [PATCH 18.11 3/3] ci: add a distinguisher to the extra Travis builds 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" From: Aaron Conole [ upstream commit 98e6329c800a198790fecaad7fe411ed7fafde27 ] This helps in two ways: 1. When looking at travis page for dpdk, it's a visual distinction 2. For ccache support, the build IDs include the 'env', so we get unique cache data. Signed-off-by: Aaron Conole Reviewed-by: David Marchand Acked-by: Luca Boccassi --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72f8671b1..7b167fa64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,5 +46,5 @@ matrix: packages: - *aarch64_packages - - env: DEF_LIB="static" + - env: DEF_LIB="static" EXTRA_PACKAGES=1 compiler: gcc addons: @@ -52,5 +52,5 @@ matrix: packages: - *extra_packages - - env: DEF_LIB="shared" + - env: DEF_LIB="shared" EXTRA_PACKAGES=1 compiler: gcc addons: @@ -58,5 +58,5 @@ matrix: packages: - *extra_packages - - env: DEF_LIB="static" OPTS="-Denable_kmods=false" + - env: DEF_LIB="static" OPTS="-Denable_kmods=false" EXTRA_PACKAGES=1 compiler: gcc addons: @@ -64,5 +64,5 @@ matrix: packages: - *extra_packages - - env: DEF_LIB="shared" OPTS="-Denable_kmods=false" + - env: DEF_LIB="shared" OPTS="-Denable_kmods=false" EXTRA_PACKAGES=1 compiler: gcc addons: @@ -70,5 +70,5 @@ matrix: packages: - *extra_packages - - env: DEF_LIB="static" + - env: DEF_LIB="static" EXTRA_PACKAGES=1 compiler: clang addons: @@ -76,5 +76,5 @@ matrix: packages: - *extra_packages - - env: DEF_LIB="shared" + - env: DEF_LIB="shared" EXTRA_PACKAGES=1 compiler: clang addons: @@ -82,5 +82,5 @@ matrix: packages: - *extra_packages - - env: DEF_LIB="static" OPTS="-Denable_kmods=false" + - env: DEF_LIB="static" OPTS="-Denable_kmods=false" EXTRA_PACKAGES=1 compiler: clang addons: @@ -88,5 +88,5 @@ matrix: packages: - *extra_packages - - env: DEF_LIB="shared" OPTS="-Denable_kmods=false" + - env: DEF_LIB="shared" OPTS="-Denable_kmods=false" EXTRA_PACKAGES=1 compiler: clang addons: -- 2.20.1