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 603A0A04B4; Tue, 25 Aug 2020 09:08:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4D4121C0C3; Tue, 25 Aug 2020 09:08:41 +0200 (CEST) Received: from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20]) by dpdk.org (Postfix) with ESMTP id 7680B1C0BD for ; Tue, 25 Aug 2020 09:08:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lb.pantheon.sk (Postfix) with ESMTP id DEAF97D00D; Tue, 25 Aug 2020 09:08:36 +0200 (CEST) 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 QRVRkNJ2s9FG; Tue, 25 Aug 2020 09:08:36 +0200 (CEST) Received: from service-node1.lab.pantheon.local (unknown [46.229.239.141]) by lb.pantheon.sk (Postfix) with ESMTP id C2130970A8; Tue, 25 Aug 2020 09:08:35 +0200 (CEST) From: =?UTF-8?q?Juraj=20Linke=C5=A1?= To: thomas@monjalon.net, david.marchand@redhat.com, aconole@redhat.com, maicolgabriel@hotmail.com Cc: dev@dpdk.org, =?UTF-8?q?Juraj=20Linke=C5=A1?= Date: Tue, 25 Aug 2020 09:08:35 +0200 Message-Id: <1598339315-8038-1-git-send-email-juraj.linkes@pantheon.tech> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] ci: enable vm env for aarch64 builds 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" Tests requiring hugepages do not work outside of VM environment because of security limitations. Enable aarch64 builds which run tests to run in a VM to avoid these limitations. Signed-off-by: Juraj Linkeš --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6eeab371..d73d3e4c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,7 +88,10 @@ jobs: arch: arm64 compiler: gcc - env: DEF_LIB="shared" RUN_TESTS=1 - arch: arm64 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge compiler: gcc - env: DEF_LIB="shared" BUILD_DOCS=1 arch: arm64 @@ -103,5 +106,8 @@ jobs: arch: arm64 compiler: clang - env: DEF_LIB="shared" RUN_TESTS=1 - arch: arm64 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge compiler: clang -- 2.20.1