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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 33826a6224 Used proper module exclusion for hadoop GHA CTR
     new 0d6a2d6763 Merge branch '3.8-dev'
33826a6224 is described below

commit 33826a622475fec19f1cfbd1bc7660202aa75ec3
Author: Stephen Mallette <[email protected]>
AuthorDate: Thu Feb 19 06:54:40 2026 -0500

    Used proper module exclusion for hadoop GHA CTR
---
 .github/workflows/build-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 5131e97eb2..735f542c84 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -135,11 +135,11 @@ jobs:
       - name: Build with Maven Windows
         if: runner.os == 'Windows'
         run: |
-          mvn clean install -pl 
-:gremlin-javascript,-:gremlin-python,-gremlin-dotnet,-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlint
 -q -DskipTests -DskipImageBuild -Dci
+          mvn clean install -pl %EXCLUDE_MODULES% -q -DskipTests 
-DskipImageBuild -Dci
       - name: Build with Maven Ubuntu
         if: runner.os == 'Linux'
         run: |
-          mvn clean install -pl 
-:gremlin-javascript,-:gremlin-python,-gremlin-dotnet,-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlint
 -q -DskipTests -Dci
+          mvn clean install -pl $EXCLUDE_MODULES -q -DskipTests -Dci
           mvn verify -pl :hadoop-gremlin -DskipTests 
-DskipIntegrationTests=false
   spark-core:
     name: spark core

Reply via email to