Skip to content

Commit

Permalink
Split travis jobs
Browse files Browse the repository at this point in the history
Summary:
Some travis jobs are running out of space, splitting to more jobs should reduce the chance of that happening
Closes #1789

Differential Revision: D4438039

Pulled By: IslamAbdelRahman

fbshipit-source-id: 05787ff
  • Loading branch information
IslamAbdelRahman authored and facebook-github-bot committed Jan 19, 2017
1 parent c70d3c7 commit 4a73bb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -20,8 +20,10 @@ addons:
env:
# Run all tests before db_block_cache_test (db_test, db_test2)
- JOB_NAME=unittests ROCKSDBTESTS_END=db_block_cache_test
# Run all tests starting from db_block_cache_test (db_block_cache_test, db_iter_test, ...)
- JOB_NAME=unittests ROCKSDBTESTS_START=db_block_cache_test
# Run all tests starting from db_block_cache_test (db_block_cache_test, ..., plain_table_db_test)
- JOB_NAME=unittests ROCKSDBTESTS_START=db_block_cache_test ROCKSDBTESTS_END=comparator_db_test
# Run all tests starting from db_block_cache_test (comparator_db_test, ...)
- JOB_NAME=unittests ROCKSDBTESTS_START=comparator_db_test
# Run java tests
- JOB_NAME=java_test
# Build ROCKSDB_LITE
Expand Down

0 comments on commit 4a73bb0

Please sign in to comment.