From 7abdfa3b1819d99749f9bf478f7732022bd15602 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Tue, 14 Apr 2020 15:31:36 -0700 Subject: [PATCH] travis: Disable arm64 failures Travis is recently failing a lot for ARM builds with issues like: * https://github.com/cilium/cilium/issues/10945 * https://github.com/cilium/cilium/issues/10977 Allow failures for the moment while we triage these so that all PRs are not affected by these known issues. CC: Jianlin Lv Signed-off-by: Joe Stringer --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8e19bebed67e..9551df300de8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,10 @@ arch: - amd64 - arm64 +jobs: + allow_failures: + - arch: arm64 + if: branch = master OR type = pull_request addons: