From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D41DAA0555; Wed, 19 Feb 2020 20:41:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C561E1BF78; Wed, 19 Feb 2020 20:41:47 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 160103B5 for ; Wed, 19 Feb 2020 20:41:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582141306; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/NgzZws7W8F+xia6sqMgEBSLa5axuOAvx3qQutlg7lY=; b=eeNJVY/FNUdT9Zq3pJHTkOE9JbEqL0/d52PU4qUmcMb60xA849C1L1Q7IDkyZvPgUy1OnD qca8c3TkQ/L8MJG7tpSDcxHuVvLIAgTrRLupGnvki4P7jbv+wA6b4tdxn25K/I3fw+nRSa Ab2IcSnzWaUS0yjR4Fjw3tAao1H75io= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-33-FyeQZSpANRaX2z3y1YYy7A-1; Wed, 19 Feb 2020 14:41:42 -0500 X-MC-Unique: FyeQZSpANRaX2z3y1YYy7A-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B3FBE800D48; Wed, 19 Feb 2020 19:41:41 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-34.brq.redhat.com [10.40.204.34]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9DC4210027BE; Wed, 19 Feb 2020 19:41:40 +0000 (UTC) From: David Marchand To: thomas@monjalon.net, aconole@redhat.com Cc: dev@dpdk.org Date: Wed, 19 Feb 2020 20:41:27 +0100 Message-Id: <20200219194131.29417-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-dev] [PATCH 0/4] Reorganise Travis jobs 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series tries to make the travis configuration a bit easier to read, then drops jobs that are not essential or functional duplicates in the hope we can give some oxygen to the robot who seems to lag quite a bit and can't catch up. --=20 David Marchand David Marchand (4): ci: remove unnecessary dependency on linux headers ci: fix Travis config warnings ci: use an explicit list of Travis jobs ci: reorganise Travis jobs .travis.yml | 139 ++++++++++++++++++++-------------------------------- 1 file changed, 54 insertions(+), 85 deletions(-) --=20 2.23.0