From 9ca49bd4df71f28ecb6b19a65ab486f93b1fc4d8 Mon Sep 17 00:00:00 2001 From: Adam Retter Date: Thu, 16 Apr 2020 15:48:24 -0700 Subject: [PATCH] Keep building RocksJava on all architectures (#6583) Summary: Adding solid support for multiple architectures was initially triggered by RocksJava users. As such I would like to keep the CI for RocksJava on all architectures, to ensure we don't break backwards compatibility. pdillinger okay let's see how long it takes to complete Travis-CI with this one... Pull Request resolved: https://github.com/facebook/rocksdb/pull/6583 Reviewed By: cheng-chang Differential Revision: D21036718 Pulled By: pdillinger fbshipit-source-id: 97afe0db2e4c575cc0284fdc1d4cc45d5deb2272 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index da7c4afb8..257474dcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,14 +121,14 @@ matrix: os: linux arch: ppc64le env: TEST_GROUP=4 - - if: type = pull_request + - if: type = pull_request AND commit_message !~ /java/ os : osx env: JOB_NAME=java_test - - if: type = pull_request + - if: type = pull_request AND commit_message !~ /java/ os : linux arch: arm64 env: JOB_NAME=java_test - - if: type = pull_request + - if: type = pull_request AND commit_message !~ /java/ os: linux arch: ppc64le env: JOB_NAME=java_test