Skip to content

Commit

Permalink
travis: Disable arm64 failures
Browse files Browse the repository at this point in the history
Travis is recently failing a lot for ARM builds with issues like:

* #10945
* #10977

Allow failures for the moment while we triage these so that all PRs are
not affected by these known issues.

CC: Jianlin Lv <Jianlin.Lv@arm.com>
Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer committed Apr 15, 2020
1 parent 6f98435 commit 7abdfa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,10 @@ arch:
- amd64
- arm64

jobs:
allow_failures:
- arch: arm64

if: branch = master OR type = pull_request

addons:
Expand Down

0 comments on commit 7abdfa3

Please sign in to comment.