CI: distribute CI jobs between CI systems

Move podman, openj9, x86_64 tests from Travis to GitHub Actions.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2020-11-03 11:09:38 +00:00 committed by Andrei Vagin
parent e7cbeddff3
commit 0d691acbae
8 changed files with 58 additions and 11 deletions

View file

@ -13,9 +13,11 @@ RUN apt-install \
git-core \
iptables \
libaio-dev \
libbsd-dev \
libcap-dev \
libgnutls28-dev \
libgnutls30 \
libnftables-dev \
libnl-3-dev \
libprotobuf-c-dev \
libprotobuf-dev \

View file

@ -1,4 +1,4 @@
FROM ubuntu:xenial
FROM ubuntu:focal
COPY scripts/ci/apt-install /bin/apt-install