Add a Travis-CI job for systemd cgroup driver

The additional test shows as a separate job. It sets environment
RUNC_USE_SYSTEMD=1 so it will be clear in Travis-CI that this job is
testing the systemd cgroup driver.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
This commit is contained in:
Filipe Brandenburger 2019-03-14 18:48:56 -07:00
parent 5369f9ade3
commit 9fe7c939f8
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ go:
- tip
matrix:
include:
- go: 1.11.x
env:
- RUNC_USE_SYSTEMD=1
script:
- make BUILDTAGS="${BUILDTAGS}" all
- sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1
allow_failures:
- go: tip