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 1DCC5A00E6 for ; Wed, 7 Aug 2019 16:06:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A1532B9C; Wed, 7 Aug 2019 16:06:21 +0200 (CEST) Received: from mail-ot1-f68.google.com (mail-ot1-f68.google.com [209.85.210.68]) by dpdk.org (Postfix) with ESMTP id 6461A3DC for ; Wed, 7 Aug 2019 16:06:20 +0200 (CEST) Received: by mail-ot1-f68.google.com with SMTP id r6so104709901oti.3 for ; Wed, 07 Aug 2019 07:06:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TIxFrfJp6jUJPC7DdSv4hXzG+LbUDBQygIrvctDYvGM=; b=aCgIC9/FWvxP+i/R3ihOBDgiSE6C6Di/Dj/4ycg/+ChIlrew5uW/jWcTPsjA5Evig/ VzIgyrn6KkIt8kb0VhlOVv2E5rsdrd/eIO/RfKmexckxmAYhDRETBWAFmKu/NVRfNLkP V6q19nCiyBOEhFF5irQPJuC8AV53bmOU2kPbxEadhmZFVvKZ/JJIs64BB5uqaR09wfJW lPyF5JyOnzLJA0gGx7XHkq7mOmpu81Py7CCIn9DWygbfzbRQ0AXNZIVrgRv4JPj/zWRL XyAjM/ifQEkJvm0cTqEa0DfmJOSTRi+ak+8Thuk3qx1rpHFvbkg9aQucLUASrKtQA6r1 oaIQ== X-Gm-Message-State: APjAAAXRmumad3lxak6hLbkjG8Ih01leGNP6az4EV2X7yXULDgVTPAYT 2mphf9f5EFsi59SpU8tUg2JvAf2By/7oSncOFr+joQ== X-Google-Smtp-Source: APXvYqynWKJLFGchXLWfm7ZQhMXKL0cRsnf1qs8Sls93AdkGGpaVoLqWSdklWhGHuDE6x5oZP0hBmt2SpOrku5Gqeo0= X-Received: by 2002:a6b:621a:: with SMTP id f26mr8288247iog.127.1565186779773; Wed, 07 Aug 2019 07:06:19 -0700 (PDT) MIME-Version: 1.0 References: <20190731145030.19956-1-aconole@redhat.com> <20190802212552.8879-1-aconole@redhat.com> <1865053.T8TvltaDb9@xps> In-Reply-To: From: Michael Santana Francisco Date: Wed, 7 Aug 2019 10:06:08 -0400 Message-ID: To: David Marchand Cc: Aaron Conole , dev , Bruce Richardson , Ferruh Yigit , Luca Boccassi , Thomas Monjalon Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 0/2] Enable fast-unit tests under travis 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" On Mon, Aug 5, 2019 at 2:27 AM David Marchand wrote: > > On Sat, Aug 3, 2019 at 12:00 AM Thomas Monjalon wrote: > > > > 02/08/2019 23:25, Aaron Conole: > > > This series turns the fast unit tests on for a limited set of > > > builds under the travis build system. An example run is available > > > at: > > > > > > https://travis-ci.org/orgcandman/dpdk/builds/565991679 > > > > > > The builds which execute the unit tests may be distinguished by the > > > "RUN_TESTS" parameter. > > > > > > Aaron Conole (1): > > > ci: enable unit tests under travis-ci > > > > > > Michael Santana (1): > > > tests: Fix unit tests for shared builds > > > > Applied with change in comments of first patch, as described in this thread. > > Thanks > > Not sure I understand this error: > https://travis-ci.com/DPDK/dpdk/jobs/222141682 > > The 'static' config worked fine: > https://travis-ci.com/DPDK/dpdk/jobs/222141683 > > > Maybe a network issue ? But I would expect some kind of related > warning/error message. It looks like they fixed their network issues https://www.traviscistatus.com/incidents/hl4vqb7hvv5n > > > -- > David Marchand