This is an automated email from the ASF dual-hosted git repository. Cole-Greer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 622fc77b5e43df2f26f8e007263c81d045136510 Merge: c9a4a75250 6546a08642 Author: Cole Greer <[email protected]> AuthorDate: Mon May 11 10:45:53 2026 -0700 Merge branch '3.8-dev' .github/workflows/build-test.yml | 12 +++++++++--- CHANGELOG.asciidoc | 1 + docs/src/reference/gremlin-variants.asciidoc | 14 +++++++------- gremlin-python/docker-compose.yml | 4 ++-- gremlin-python/src/main/python/pyproject.toml | 8 ++++++-- 5 files changed, 25 insertions(+), 14 deletions(-) diff --cc .github/workflows/build-test.yml index 503ddfa7ed,150d3a5b08..9567897ea3 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@@ -272,9 -316,9 +272,9 @@@ jobs run: | EXCLUDE="-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlin-go,-:gremlin-python,$EXCLUDE_FOR_GLV" mvn clean install -pl $EXCLUDE -q -DskipTests -Dci - mvn verify -pl :gremlin-javascript -Dnode.test.version=24 + mvn verify -pl :gremlin-javascript -Dnode.test.version=24 -Dhost.uid=$(id -u) -Dhost.gid=$(id -g) python: - name: python + name: python-${{ matrix.python-version }} timeout-minutes: 20 needs: cache-gremlin-server-docker-image runs-on: ubuntu-latest
