This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch upgrade-commit-id in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
commit a0a042c72adc7dc5b59475be02156876235c197c Author: VGalaxies <[email protected]> AuthorDate: Fri Mar 22 11:24:28 2024 +0800 chore(ci): update profile commit id for 1.3 --- .github/workflows/client-ci.yml | 2 +- .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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/client-ci.yml b/.github/workflows/client-ci.yml index 7ba285c3..be0dcba3 100644 --- a/.github/workflows/client-ci.yml +++ b/.github/workflows/client-ci.yml @@ -25,7 +25,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: b52517c + COMMIT_ID: 6a4041e strategy: fail-fast: false matrix: diff --git a/.github/workflows/client-go-ci.yml b/.github/workflows/client-go-ci.yml index b29b6304..bdaf6c98 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: b52517c + COMMIT_ID: 6a4041e strategy: fail-fast: false matrix: diff --git a/.github/workflows/hubble-ci.yml b/.github/workflows/hubble-ci.yml index 35016394..54c781c8 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: b52517c + COMMIT_ID: 6a4041e jobs: hubble-ci: diff --git a/.github/workflows/loader-ci.yml b/.github/workflows/loader-ci.yml index c983eee5..420b473c 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: b52517c + COMMIT_ID: 6a4041e 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 b3408070..87632eca 100644 --- a/.github/workflows/spark-connector-ci.yml +++ b/.github/workflows/spark-connector-ci.yml @@ -26,7 +26,7 @@ jobs: USE_STAGE: 'true' # Whether to include the stage repository. TRAVIS_DIR: hugegraph-spark-connector/assembly/travis VERSION_ID: 1.0.0 - COMMIT_ID: bfe9fae150446857412db23ada0dae9d05035837 + COMMIT_ID: 6a4041e 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 ac0673d8..1c049af6 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: b52517c + COMMIT_ID: 6a4041e steps: - name: Install JDK 11 uses: actions/setup-java@v3
