This is an automated email from the ASF dual-hosted git repository. colegreer pushed a commit to branch fixGHAExclusions in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit ad2044ceb3aba84b3b0f83a70aa18625e67335cf Author: Cole Greer <[email protected]> AuthorDate: Wed Apr 1 17:01:57 2026 -0700 Fix GHA exclusions for GLVs 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
