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>2019-11-13 10:38:16 +0300
committerAndrei Vagin <avagin@gmail.com>2020-02-04 23:39:04 +0300
commitfe668075ad2afe1021f8ff86d774eccb7bd1bef7 (patch)
tree43cb036c8bea7b1d78b8301c4fb4e629cbb09e9f /.travis.yml
parenteab8cf0775ed5569bb22795a86817dae06cf0005 (diff)
travis: switch pcp64le and s390x to real hardware
Now that Travis also supports ppc64le and s390x we can remove all qemu based docker emulation from our test setup. This now runs ppc64le and s390x tests on real hardware (LXD containers). Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 12 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 85b6b6e07..3c760d08a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,15 +11,23 @@ env:
- TR_ARCH=local CLANG=1 COMPAT_TEST=y
- TR_ARCH=x86_64
- TR_ARCH=x86_64 CLANG=1
- - TR_ARCH=ppc64le
- - TR_ARCH=s390x
- - TR_ARCH=ppc64le CLANG=1
- TR_ARCH=docker-test
- TR_ARCH=openj9-test
-
matrix:
include:
- os: linux
+ arch: ppc64le
+ env: TR_ARCH=local
+ dist: bionic
+ - os: linux
+ arch: ppc64le
+ env: TR_ARCH=local CLANG=1
+ dist: bionic
+ - os: linux
+ arch: s390x
+ env: TR_ARCH=local
+ dist: bionic
+ - os: linux
arch: arm64
env: TR_ARCH=local
dist: bionic
@@ -68,7 +76,6 @@ matrix:
allow_failures:
- env: TR_ARCH=docker-test
- env: TR_ARCH=fedora-rawhide
- - env: TR_ARCH=s390x
- env: TR_ARCH=local GCOV=1
script:
- sudo make CCACHE=1 -C scripts/travis $TR_ARCH