This is an automated email from the ASF dual-hosted git repository. Cole-Greer pushed a commit to branch 3.8-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit c6df992782229e7f2acdf65f0611687b9a1961c3 Merge: 4e791ed92f 37d9d76f0d Author: Cole Greer <[email protected]> AuthorDate: Fri Jun 19 13:55:27 2026 -0700 Merge branch '3.7-dev' into 3.8-dev .github/workflows/build-test.yml | 34 +++++++++++----------- .github/workflows/codeql.yml | 6 ++-- .../gremlin-javascript/package-lock.json | 11 +++---- .../javascript/gremlin-javascript/package.json | 2 +- 4 files changed, 27 insertions(+), 26 deletions(-) diff --cc .github/workflows/build-test.yml index fe87fb9840,9575557844..e23c6c8875 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@@ -120,25 -128,22 +120,25 @@@ jobs # name: ${{ github.sha }} # path: ./gremlin-server/gremlin-server.tar # retention-days: 1 - hadoop-standard: - name: hadoop standard - timeout-minutes: 45 - needs: smoke - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v7 - - 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 -:gremlin-javascript,-:gremlin-python,-gremlin-dotnet,-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlint -q -DskipTests -Dci - mvn verify -pl :hadoop-gremlin -DskipTests -DskipIntegrationTests=false '-Dit.test=HadoopGraphProcessStandardIntegrateTest' +# the hadoop-standard build runs really slowly in GHA for some reason. the command below runs in 10 minutes +# locally so not sure what's the issue is. at least hadoop-feature seems to happily run, so perhaps that is +# enough for now +# hadoop-standard: +# name: hadoop standard +# timeout-minutes: 45 +# needs: smoke +# runs-on: ubuntu-latest +# steps: - # - uses: actions/checkout@v6 ++# - uses: actions/checkout@v7 +# - 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 :hadoop-gremlin -DskipTests -DskipIntegrationTests=false '-Dit.test=HadoopGraphProcessStandardIntegrateTest' hadoop-feature: name: hadoop feature timeout-minutes: 45 @@@ -244,9 -249,9 +244,9 @@@ strategy: fail-fast: false matrix: - node-version: ['20', '22', '24', '26'] + node-version: [ '20', '22', '24', '26' ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 11 uses: actions/setup-java@v5 with:
