From patchwork Fri Feb 19 07:34:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Juraj_Linke=C5=A1?= X-Patchwork-Id: 88001 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DCCF7A054A; Fri, 19 Feb 2021 08:34:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 688E040395; Fri, 19 Feb 2021 08:34:29 +0100 (CET) Received: from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20]) by mails.dpdk.org (Postfix) with ESMTP id 6E58D40042 for ; Fri, 19 Feb 2021 08:34:26 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lb.pantheon.sk (Postfix) with ESMTP id 77E9CC19D2; Fri, 19 Feb 2021 08:34:25 +0100 (CET) X-Virus-Scanned: amavisd-new at siecit.sk Received: from lb.pantheon.sk ([127.0.0.1]) by localhost (lb.pantheon.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H-nM5NU4xlm5; Fri, 19 Feb 2021 08:34:24 +0100 (CET) Received: from service-node1.lab.pantheon.local (unknown [46.229.239.141]) by lb.pantheon.sk (Postfix) with ESMTP id D274EC0858; Fri, 19 Feb 2021 08:34:23 +0100 (CET) From: =?utf-8?q?Juraj_Linke=C5=A1?= To: thomas@monjalon.net, david.marchand@redhat.com, aconole@redhat.com, maicolgabriel@hotmail.com Cc: dev@dpdk.org, Ruifeng.Wang@arm.com, Honnappa.Nagarahalli@arm.com, =?utf-8?q?Juraj_Linke=C5=A1?= Date: Fri, 19 Feb 2021 08:34:22 +0100 Message-Id: <1613720062-19647-1-git-send-email-juraj.linkes@pantheon.tech> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1613554953-14736-1-git-send-email-juraj.linkes@pantheon.tech> References: <1613554953-14736-1-git-send-email-juraj.linkes@pantheon.tech> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2] ci: update arm64 Travis jobs to Graviton2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Instead of using the older platform, use only the newer Graviton2 environment in Travis CI. Signed-off-by: Juraj Linkeš Reviewed-by: Ruifeng Wang --- .travis.yml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a2181299f..7ed982ac07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -122,10 +122,10 @@ jobs: - *aarch64_clang_packages # aarch64 gcc jobs - env: DEF_LIB="static" - arch: arm64 - compiler: gcc - - env: DEF_LIB="shared" RUN_TESTS=true - arch: arm64 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge compiler: gcc - env: DEF_LIB="shared" RUN_TESTS=true dist: focal @@ -134,7 +134,10 @@ jobs: group: edge compiler: gcc - env: DEF_LIB="shared" BUILD_DOCS=true - arch: arm64 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge compiler: gcc addons: apt: @@ -142,7 +145,10 @@ jobs: - *required_packages - *doc_packages - env: DEF_LIB="shared" ABI_CHECKS=true - arch: arm64 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge compiler: gcc addons: apt: @@ -151,10 +157,10 @@ jobs: - *libabigail_build_packages # aarch64 clang jobs - env: DEF_LIB="static" - arch: arm64 - compiler: clang - - env: DEF_LIB="shared" RUN_TESTS=true - arch: arm64 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge compiler: clang - env: DEF_LIB="shared" RUN_TESTS=true dist: focal