This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch update-ci-commit-id in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
commit c5f918b338304d6d0a6e2d4ec07c5a6bccd897b0 Author: V_Galaxy <[email protected]> AuthorDate: Wed Nov 6 19:30:46 2024 +0800 try update --- .github/workflows/client-go-ci.yml | 2 +- .github/workflows/hubble-ci.yml | 2 +- .github/workflows/loader-ci.yml | 2 +- .github/workflows/spark-connector-ci.yml | 2 +- .github/workflows/tools-ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/client-go-ci.yml b/.github/workflows/client-go-ci.yml index bdaf6c98..abe85570 100644 --- a/.github/workflows/client-go-ci.yml +++ b/.github/workflows/client-go-ci.yml @@ -24,7 +24,7 @@ jobs: USE_STAGE: 'true' # Whether to include the stage repository. TRAVIS_DIR: hugegraph-client/assembly/travis # TODO: replace it with the (latest - n) commit id (n >= 15) - COMMIT_ID: 6a4041e + COMMIT_ID: 29ecc0 strategy: fail-fast: false matrix: diff --git a/.github/workflows/hubble-ci.yml b/.github/workflows/hubble-ci.yml index 54c781c8..71fee752 100644 --- a/.github/workflows/hubble-ci.yml +++ b/.github/workflows/hubble-ci.yml @@ -24,7 +24,7 @@ on: env: TRAVIS_DIR: hugegraph-hubble/hubble-dist/assembly/travis # TODO: replace it with the (latest - n) commit id (n >= 15) - COMMIT_ID: 6a4041e + COMMIT_ID: 29ecc0 jobs: hubble-ci: diff --git a/.github/workflows/loader-ci.yml b/.github/workflows/loader-ci.yml index d537583f..f30588b8 100644 --- a/.github/workflows/loader-ci.yml +++ b/.github/workflows/loader-ci.yml @@ -27,7 +27,7 @@ jobs: TRAVIS_DIR: hugegraph-loader/assembly/travis STATIC_DIR: hugegraph-loader/assembly/static # TODO: replace it with the (latest - n) commit id (n >= 15) - COMMIT_ID: f6f3708 + COMMIT_ID: 29ecc0 DB_USER: root DB_PASS: root DB_DATABASE: load_test diff --git a/.github/workflows/spark-connector-ci.yml b/.github/workflows/spark-connector-ci.yml index b34169ef..5b1f7c6f 100644 --- a/.github/workflows/spark-connector-ci.yml +++ b/.github/workflows/spark-connector-ci.yml @@ -25,7 +25,7 @@ jobs: env: USE_STAGE: 'true' # Whether to include the stage repository. TRAVIS_DIR: hugegraph-spark-connector/assembly/travis - COMMIT_ID: f6f3708 + COMMIT_ID: 29ecc0 steps: - name: Install JDK 11 uses: actions/setup-java@v4 diff --git a/.github/workflows/tools-ci.yml b/.github/workflows/tools-ci.yml index 1c049af6..b6647919 100644 --- a/.github/workflows/tools-ci.yml +++ b/.github/workflows/tools-ci.yml @@ -26,7 +26,7 @@ jobs: TRAVIS_DIR: hugegraph-tools/assembly/travis # TODO: could we use one param to unify it? or use a action template (could use one ci file) # TODO: replace it with the (latest - n) commit id (n >= 15) - COMMIT_ID: 6a4041e + COMMIT_ID: 29ecc0 steps: - name: Install JDK 11 uses: actions/setup-java@v3
