From 0aff9ca21aac73e13db3e60c8906f9d9987ca979 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 1 Jan 2020 03:07:52 +0900 Subject: [PATCH] .travis.yml: ignore cgroup2 failures (workaround until #2169 gets merged) CI seems to have been broken due to some bad rebase during merging multiple cgroup2 PRs: #2175 The failure is being fixed in #2169, but still waiting for review. This PR updates .travis.yml to ignore the failure as a workaround until #2169 gets merged. This PR can be closed if #2169 can get merged right now (and that's even better). Signed-off-by: Akihiro Suda --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c2928df25c..79beb5ac365 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ matrix: script: - make BUILDTAGS="${BUILDTAGS}" all - sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1 + allow_failures: - go: 1.12.x env: - VIRTUALBOX_VERSION=6.0 @@ -27,7 +28,6 @@ matrix: script: - ssh default sudo podman build -t test /vagrant - ssh default sudo podman run --privileged --cgroupns=private test make localunittest - allow_failures: - go: tip go_import_path: github.com/opencontainers/runc