From ad2044ceb3aba84b3b0f83a70aa18625e67335cf Mon Sep 17 00:00:00 2001 From: Cole-Greer Date: Wed, 1 Apr 2026 17:01:57 -0700 Subject: [PATCH] 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 45c6ec018bc..edcf864fe0d 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