This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a commit to branch 3.8-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.8-dev by this push:
new 9509d4f92d Fix GHA exclusions for GLVs (#3378)
9509d4f92d is described below
commit 9509d4f92dd2ba26a8f377039ed61c7967f3019e
Author: Cole Greer <[email protected]>
AuthorDate: Wed Apr 15 11:50:45 2026 -0700
Fix GHA exclusions for GLVs (#3378)
Removes gremlin-annotations from GLV exclusions as it is needed for
gremlin-groovy, which is needed for gremlin-server
Adds gremlin-coverage to GLV exclusions as it depends on gremlin-console
and neo4j-gremlin which are already excluded.
---
.github/workflows/build-test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 45c6ec018b..edcf864fe0 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -5,7 +5,7 @@ env:
# take care when modifying this list because GLVs use shell commands to
remove themselves from this list and
# modifications could break patterns of replacement they are searching for.
EXCLUDE_MODULES:
'-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlin-go,-:gremlin-javascript,-:gremlint,-:gremlin-mcp,-:gremlin-python'
- EXCLUDE_FOR_GLV:
'-:gremlin-annotations,-:gremlin-archetype,-:gremlin-console,-:hadoop-gremlin,-:neo4j-gremlin,-:spark-gremlin,-:sparql-gremlin'
+ EXCLUDE_FOR_GLV:
'-:gremlin-archetype,-:gremlin-console,-:gremlin-coverage,-:hadoop-gremlin,-:neo4j-gremlin,-:spark-gremlin,-:sparql-gremlin'
jobs:
smoke:
name: smoke