[MINOR] Make a separate travis CI job for hudi-utilities (#2469)
This commit is contained in:
@@ -20,10 +20,12 @@ jdk:
|
|||||||
- openjdk8
|
- openjdk8
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
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"
|
- name: "Unit tests for hudi-spark-client"
|
||||||
env: MODE=unit MODULES=hudi-client/hudi-spark-client HUDI_QUIETER_LOGGING=1
|
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"
|
- name: "Functional tests"
|
||||||
env: MODE=functional HUDI_QUIETER_LOGGING=1
|
env: MODE=functional HUDI_QUIETER_LOGGING=1
|
||||||
- name: "Integration tests"
|
- name: "Integration tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user