Skip to content

Commit

Permalink
Temporarily disable ppc64le unit tests in PRs (facebook#6682)
Browse files Browse the repository at this point in the history
Summary:
Until Travis gets its act together (facebook#6653)
Pull Request resolved: facebook#6682

Test Plan: CI

Reviewed By: riversand963

Differential Revision: D20948865

Pulled By: pdillinger

fbshipit-source-id: 215de523c91a83d2a159f466b853e700c925ba4f
  • Loading branch information
pdillinger authored and facebook-github-bot committed Apr 9, 2020
1 parent e860f88 commit 9d6974d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ matrix:
- os: linux
compiler: clang
# Exclude most osx, arm64 and ppc64le tests for pull requests, but build in branches
# Temporarily disable ppc64le unit tests in PRs until Travis gets its act together (#6653)
- if: type = pull_request
os: linux
arch: ppc64le
env: TEST_GROUP=platform_dependent
# NB: the cmake build is a partial java test
- if: type = pull_request
os: osx
Expand Down

0 comments on commit 9d6974d

Please sign in to comment.