Skip to content

Commit

Permalink
[MINOR] Make a separate travis CI job for hudi-utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothchandar committed Jan 21, 2021
1 parent 5e30fc1 commit aed3f21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jdk:
- openjdk8
jobs:
include:
- name: "Unit tests except hudi-spark-client"
env: MODE=unit MODULES='!hudi-client/hudi-spark-client' HUDI_QUIETER_LOGGING=1
- name: "Unit tests for hudi-spark-client"
env: MODE=unit MODULES=hudi-client/hudi-spark-client HUDI_QUIETER_LOGGING=1
- name: "Unit tests for hudi-utilities"
env: MODE=unit MODULES=hudi-utilities HUDI_QUIETER_LOGGING=1
- name: "All other unit tests"
env: MODE=unit MODULES='!hudi-utilities,!hudi-client/hudi-spark-client' HUDI_QUIETER_LOGGING=1
- name: "Functional tests"
env: MODE=functional HUDI_QUIETER_LOGGING=1
- name: "Integration tests"
Expand Down

0 comments on commit aed3f21

Please sign in to comment.