From a0c66ba024fe7cc246a7f71e7c9f1f8e7418f6da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juraj=20Linke=C5=A1?= Date: Fri, 28 Aug 2020 13:45:37 +0200 Subject: [PATCH] ci: add tests jobs in aarch64 vm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Tests requiring hugepages do not work outside of VM environment because of security limitations. Add aarch64 builds which run tests to run in a VM to avoid these limitations. Leave non-hugepage environments since the tests may produce different results in hugepage and non-hugepage environments. Signed-off-by: Juraj Linkeš Reviewed-by: Ruifeng Wang Acked-by: Aaron Conole --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index d6eeab371d..5e12db23b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,6 +90,12 @@ jobs: - env: DEF_LIB="shared" RUN_TESTS=1 arch: arm64 compiler: gcc + - env: DEF_LIB="shared" RUN_TESTS=1 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge + compiler: gcc - env: DEF_LIB="shared" BUILD_DOCS=1 arch: arm64 compiler: gcc @@ -105,3 +111,9 @@ jobs: - env: DEF_LIB="shared" RUN_TESTS=1 arch: arm64 compiler: clang + - env: DEF_LIB="shared" RUN_TESTS=1 + dist: focal + arch: arm64-graviton2 + virt: vm + group: edge + compiler: clang -- 2.20.1