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 3d5e1b8f78 Removed unified handler testing
3d5e1b8f78 is described below
commit 3d5e1b8f78a1739324709659db877faa0869caae
Author: Stephen Mallette <[email protected]>
AuthorDate: Wed Mar 25 08:27:09 2026 -0400
Removed unified handler testing
This infrastructure was removed in Gremlin Server for 4.0 CTR
---
.github/workflows/build-test.yml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index f67bc9f17a..94442ee02e 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -68,22 +68,6 @@ jobs:
run: |
mvn clean install -pl $EXCLUDE_MODULES -q -DskipTests -Dci
mvn verify -pl :gremlin-server -DskipTests
-DskipIntegrationTests=false -DincludeNeo4j
- gremlin-server-unified:
- name: gremlin-server unified
- timeout-minutes: 45
- needs: smoke
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v6
- - name: Set up JDK 11
- uses: actions/setup-java@v5
- with:
- java-version: '11'
- distribution: 'temurin'
- - name: Build with Maven
- run: |
- mvn clean install -pl $EXCLUDE_MODULES -q -DskipTests -Dci
- mvn verify -pl :gremlin-server -DskipTests
-DskipIntegrationTests=false -DincludeNeo4j -DtestUnified=true
cache-gremlin-server-docker-image:
name: cache gremlin-server docker image
timeout-minutes: 10