Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2020-11-04 10:51:32 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-03 20:31:00 +0300
commit5bb4406e94a957e5a1e2257b94fce990043d6a47 (patch)
tree4950ca791ee1ee9cf56633a592e42b66225e8df3 /.travis.yml
parentfb21643b285b57b740aa7fe598503cbaca91e870 (diff)
ci: use graviton2 for arm64 tests on Travis
Using travis-ci.com instead of travis-ci.org offers access to bare metal aarch64 based systems and thus enabling us to run the full CRIU CI test suite. Switch arm64 based tests to arm64-graviton2 for tests. This is the first non x86_64 architecture running tests and not just compile in Travis. Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 9 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index da4c85c4e..1c6da2a8a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,12 +29,16 @@ jobs:
env: TR_ARCH=local
dist: bionic
- os: linux
- arch: arm64
- env: TR_ARCH=local
- dist: bionic
+ arch: arm64-graviton2
+ env: TR_ARCH=local RUN_TESTS=1
+ dist: focal
+ group: edge
+ virt: vm
- os: linux
- arch: arm64
- env: TR_ARCH=local CLANG=1
+ arch: arm64-graviton2
+ env: TR_ARCH=local CLANG=1 RUN_TESTS=1
+ group: edge
+ virt: vm
dist: bionic
- os: linux
arch: arm64