File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 25
25
USE_STAGE : ' true' # Whether to include the stage repository.
26
26
TRAVIS_DIR : hugegraph-client/assembly/travis
27
27
# TODO: replace it with the (latest - n) commit id (n >= 15)
28
- # hugegraph commit date: 2024-10-10
29
- COMMIT_ID : 29ecc0
28
+ # hugegraph commit date: 2024-12-09
29
+ COMMIT_ID : f838897
30
30
strategy :
31
31
fail-fast : false
32
32
matrix :
Original file line number Diff line number Diff line change 24
24
USE_STAGE : ' true' # Whether to include the stage repository.
25
25
TRAVIS_DIR : hugegraph-client/assembly/travis
26
26
# TODO: replace it with the (latest - n) commit id (n >= 15)
27
- COMMIT_ID : 6a4041e
27
+ # hugegraph commit date: 2024-12-09
28
+ COMMIT_ID : f838897
28
29
strategy :
29
30
fail-fast : false
30
31
matrix :
Original file line number Diff line number Diff line change 24
24
env :
25
25
TRAVIS_DIR : hugegraph-hubble/hubble-dist/assembly/travis
26
26
# TODO: replace it with the (latest - n) commit id (n >= 15)
27
- COMMIT_ID : 6a4041e
27
+ # hugegraph commit date: 2024-12-09
28
+ COMMIT_ID : f838897
28
29
29
30
jobs :
30
31
hubble-ci :
Original file line number Diff line number Diff line change 27
27
TRAVIS_DIR : hugegraph-loader/assembly/travis
28
28
STATIC_DIR : hugegraph-loader/assembly/static
29
29
# TODO: replace it with the (latest - n) commit id (n >= 15)
30
- COMMIT_ID : f6f3708
30
+ # hugegraph commit date: 2024-12-09
31
+ COMMIT_ID : f838897
31
32
DB_USER : root
32
33
DB_PASS : root
33
34
DB_DATABASE : load_test
Original file line number Diff line number Diff line change 25
25
env :
26
26
USE_STAGE : ' true' # Whether to include the stage repository.
27
27
TRAVIS_DIR : hugegraph-spark-connector/assembly/travis
28
- COMMIT_ID : f6f3708
28
+ # hugegraph commit date: 2024-12-09
29
+ COMMIT_ID : f838897
29
30
steps :
30
31
- name : Install JDK 11
31
32
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 26
26
TRAVIS_DIR : hugegraph-tools/assembly/travis
27
27
# TODO: could we use one param to unify it? or use a action template (could use one ci file)
28
28
# TODO: replace it with the (latest - n) commit id (n >= 15)
29
- COMMIT_ID : 6a4041e
29
+ COMMIT_ID : 29ecc0
30
30
steps :
31
31
- name : Install JDK 11
32
32
uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments