1
0

[MINOR] Make a separate travis CI job for hudi-utilities (#2469)

This commit is contained in:
vinoth chandar
2021-01-20 21:46:05 -08:00
committed by GitHub
parent 5e30fc1b2b
commit 81ccb0c71a

View File

@@ -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"