mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
travis: use bionic almost everywhere
A few tests were still running on xenial because at some point they were hanging. This switches now all tests to bionic except one docker test which still uses xenial to test with overlayfs. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
committed by
Andrei Vagin
parent
5bd776da38
commit
8452be93cf
10
.travis.yml
10
.travis.yml
@@ -51,7 +51,7 @@ jobs:
|
||||
- os: linux
|
||||
arch: amd64
|
||||
env: TR_ARCH=fedora-rawhide
|
||||
dist: xenial # test hangs on bionic
|
||||
dist: bionic
|
||||
- os: linux
|
||||
arch: amd64
|
||||
env: TR_ARCH=podman-test
|
||||
@@ -69,19 +69,19 @@ jobs:
|
||||
- os: linux
|
||||
arch: amd64
|
||||
env: TR_ARCH=alpine CLANG=1
|
||||
dist: xenial # test hangs on bionic
|
||||
dist: bionic
|
||||
- os: linux
|
||||
arch: amd64
|
||||
env: TR_ARCH=alpine
|
||||
dist: xenial # test hangs on bionic
|
||||
dist: bionic
|
||||
- os: linux
|
||||
arch: amd64
|
||||
env: TR_ARCH=centos
|
||||
dist: xenial # test hangs on bionic
|
||||
dist: bionic
|
||||
- os: linux
|
||||
arch: amd64
|
||||
env: TR_ARCH=fedora-asan
|
||||
dist: xenial # test hangs on bionic
|
||||
dist: bionic
|
||||
- os: linux
|
||||
arch: amd64
|
||||
env: TR_ARCH=armv7-cross
|
||||
|
Reference in New Issue
Block a user