You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2021/01/21 07:18:43 UTC

[hudi] 02/02: [MINOR] Make a separate travis CI job for hudi-utilities

This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch release-0.7.0
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit ab4319ddbc07dacf6f3e34c4e08d1156391ae63a
Author: Vinoth Chandar <vi...@apache.org>
AuthorDate: Wed Jan 20 20:07:26 2021 -0800

    [MINOR] Make a separate travis CI job for hudi-utilities
---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d36c0cb..532099c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"