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 D87B7A10DA for ; Fri, 2 Aug 2019 16:18:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EDCC21C2A6; Fri, 2 Aug 2019 16:18:19 +0200 (CEST) Received: from mail-ua1-f65.google.com (mail-ua1-f65.google.com [209.85.222.65]) by dpdk.org (Postfix) with ESMTP id 9AA5D1C2A1 for ; Fri, 2 Aug 2019 16:18:18 +0200 (CEST) Received: by mail-ua1-f65.google.com with SMTP id a97so29695235uaa.9 for ; Fri, 02 Aug 2019 07:18:18 -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=c2I0eWipNGzeMl3YK91rkrI12KucJaaj8sSlJ+yfMs0=; b=LY1ez1mIjpiCFa15DSdb3hM8n/CJtYmwpXCbgNeQ7gYNrITWyqB8ucOBwmQEWuQzLC 3nBawL1jLraD1NH5+2Pi54kf5pYAy57I7zQnEadoRGc7QcipFZ2f4uLkjM+r3vnkqd+B eDppKmnyLOSd35P/0qWAxPt7HDz/iKJ69gvKg/9/dKoBi8bMs5KQAfWhzQ8BsBGHBSpG kwNdlL95BZs04UuIE7HjrLa0udxguYn9wyrAnFKpkKOnWeBP0acw7369jOh/dZ+iBev3 KyggzKqQADNiJorZDYPbFv/8S/a3Bqz1Wvc1F1ER+RLLk9UiWThwuPskJmwCB+IlGW+r tXag== X-Gm-Message-State: APjAAAUfhZay1JaIa24+lmbPMfI3gmsWAm4bqC2z880d/TkhhPqvwbY2 LHHZLIbFSxKIB5NcqL+52XQicsyEBC2Y1i0l2i1WsA== X-Google-Smtp-Source: APXvYqycKGToLvt7GGWtMvLoJ0FUcDqnpoyfPQAwzHsSdERuJyE2KLYXW+x7+OiHcxKX68o5oP7oJ/Wk/HaVhsIxMUU= X-Received: by 2002:ab0:b99:: with SMTP id c25mr85456628uak.53.1564755497927; Fri, 02 Aug 2019 07:18:17 -0700 (PDT) MIME-Version: 1.0 References: <20190731145030.19956-1-aconole@redhat.com> In-Reply-To: <20190731145030.19956-1-aconole@redhat.com> From: David Marchand Date: Fri, 2 Aug 2019 16:18:07 +0200 Message-ID: To: Aaron Conole Cc: dev , Michael Santana , Bruce Richardson , Ferruh Yigit , Luca Boccassi Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 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 Wed, Jul 31, 2019 at 4:50 PM Aaron Conole wrote: > > 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 > > .ci/linux-build.sh | 8 ++++++++ > .ci/linux-setup.sh | 8 +++++++- > .travis.yml | 9 ++++++++- > app/test/meson.build | 9 +++++++++ > 4 files changed, 32 insertions(+), 2 deletions(-) > > -- > 2.21.0 > For the series, Reviewed-by: David Marchand -- David Marchand