Skip to content

Commit

Permalink
Merge pull request #9279 from hakman/travis-allow-failures
Browse files Browse the repository at this point in the history
Allow failure of the ARM64 job in TravisCI
  • Loading branch information
k8s-ci-robot authored Jun 5, 2020
2 parents d18e971 + 30afd16 commit 367177f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ os:
- linux
- osx
go:
# 1.12 is no longer supported by apimachinery; we recommend 1.13
- 1.13.x
- 1.14.x

Expand All @@ -16,7 +15,9 @@ script:
- GOPROXY=https://proxy.golang.org travis_wait 30 make nodeup examples test

jobs:
# Exclude GO 1.14 for OSX until it becomes the default because of limited availability
allow_failures:
- arch: arm64

exclude:
- os: osx
go: 1.13.x
Expand Down

0 comments on commit 367177f

Please sign in to comment.