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 CA4DDA00C2; Fri, 24 Apr 2020 09:44:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E7FF11C1E4; Fri, 24 Apr 2020 09:44:19 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 4BC761C1CB for ; Fri, 24 Apr 2020 09:44:18 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AF8A431B; Fri, 24 Apr 2020 00:44:17 -0700 (PDT) Received: from net-arm-thunderx2-02.shanghai.arm.com (net-arm-thunderx2-02.shanghai.arm.com [10.169.41.165]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3D1BB3F68F; Fri, 24 Apr 2020 00:44:15 -0700 (PDT) From: Ruifeng Wang To: aconole@redhat.com, maicolgabriel@hotmail.com Cc: dev@dpdk.org, gavin.hu@arm.com, honnappa.nagarahalli@arm.com, juraj.linkes@pantheon.tech, nd@arm.com, Ruifeng Wang Date: Fri, 24 Apr 2020 15:43:52 +0800 Message-Id: <20200424074356.193204-1-ruifeng.wang@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH 0/4] arm64 CI stabilize 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" arm64 Travis CI uses container environment. Because performance of the environment has fluctuation, false positive failures and time outs happened from time to time. This patch series relax test criteria to stablize test result. Ruifeng Wang (4): test/cycles: restore original delay function test/cycles: increase threshold for containers on aarch64 ci: expose test time out argument ci: increase time out multiplier for containers on aarch64 .ci/linux-build.sh | 3 ++- .travis.yml | 4 ++-- app/test/test_cycles.c | 15 ++++++++++++++- 3 files changed, 18 insertions(+), 4 deletions(-) -- 2.17.1