This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
The following commit(s) were added to refs/heads/master by this push:
new ed4660ca chore(ci): update hugegraph source commit id (#640)
ed4660ca is described below
commit ed4660ca7a3ab726b9a585a2f61877ee49085777
Author: VGalaxies <[email protected]>
AuthorDate: Mon Jan 13 20:06:12 2025 +0800
chore(ci): update hugegraph source commit id (#640)
* update to f838897
---
.github/workflows/client-ci.yml | 4 ++--
.github/workflows/client-go-ci.yml | 3 ++-
.github/workflows/hubble-ci.yml | 3 ++-
.github/workflows/loader-ci.yml | 3 ++-
.github/workflows/spark-connector-ci.yml | 3 ++-
.github/workflows/tools-ci.yml | 2 +-
6 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/client-ci.yml b/.github/workflows/client-ci.yml
index 7275a039..1efe9b75 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 bdaf6c98..be32f69f 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 54c781c8..2cb8c9fb 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 d537583f..21765627 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 b34169ef..afcfb38b 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 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