diff --git a/.github/workflows/client-ci.yml b/.github/workflows/client-ci.yml index 7275a039e..1efe9b753 100644 --- a/.github/workflows/client-ci.yml +++ b/.github/workflows/client-ci.yml @@ -25,8 +25,8 @@ 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) - # hugegraph commit date: 2024-10-10 - COMMIT_ID: 29ecc0 + # hugegraph commit date: 2024-12-09 + COMMIT_ID: f838897 strategy: fail-fast: false matrix: diff --git a/.github/workflows/client-go-ci.yml b/.github/workflows/client-go-ci.yml index bdaf6c981..be32f69fa 100644 --- a/.github/workflows/client-go-ci.yml +++ b/.github/workflows/client-go-ci.yml @@ -24,7 +24,8 @@ 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 + # hugegraph commit date: 2024-12-09 + COMMIT_ID: f838897 strategy: fail-fast: false matrix: diff --git a/.github/workflows/hubble-ci.yml b/.github/workflows/hubble-ci.yml index 54c781c89..2cb8c9fb3 100644 --- a/.github/workflows/hubble-ci.yml +++ b/.github/workflows/hubble-ci.yml @@ -24,7 +24,8 @@ on: env: TRAVIS_DIR: hugegraph-hubble/hubble-dist/assembly/travis # TODO: replace it with the (latest - n) commit id (n >= 15) - COMMIT_ID: 6a4041e + # hugegraph commit date: 2024-12-09 + COMMIT_ID: f838897 jobs: hubble-ci: diff --git a/.github/workflows/loader-ci.yml b/.github/workflows/loader-ci.yml index d537583fb..217656270 100644 --- a/.github/workflows/loader-ci.yml +++ b/.github/workflows/loader-ci.yml @@ -27,7 +27,8 @@ 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 + # hugegraph commit date: 2024-12-09 + COMMIT_ID: f838897 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 b34169ef4..afcfb38b5 100644 --- a/.github/workflows/spark-connector-ci.yml +++ b/.github/workflows/spark-connector-ci.yml @@ -25,7 +25,8 @@ jobs: env: USE_STAGE: 'true' # Whether to include the stage repository. TRAVIS_DIR: hugegraph-spark-connector/assembly/travis - COMMIT_ID: f6f3708 + # hugegraph commit date: 2024-12-09 + COMMIT_ID: f838897 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 1c049af69..b66479195 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