File tree Expand file tree Collapse file tree 6 files changed +12
-8
lines changed
Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 2525 USE_STAGE : ' true' # Whether to include the stage repository.
2626 TRAVIS_DIR : hugegraph-client/assembly/travis
2727 # 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
3030 strategy :
3131 fail-fast : false
3232 matrix :
Original file line number Diff line number Diff line change 2424 USE_STAGE : ' true' # Whether to include the stage repository.
2525 TRAVIS_DIR : hugegraph-client/assembly/travis
2626 # 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
2829 strategy :
2930 fail-fast : false
3031 matrix :
Original file line number Diff line number Diff line change 2424env :
2525 TRAVIS_DIR : hugegraph-hubble/hubble-dist/assembly/travis
2626 # 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
2829
2930jobs :
3031 hubble-ci :
Original file line number Diff line number Diff line change 2727 TRAVIS_DIR : hugegraph-loader/assembly/travis
2828 STATIC_DIR : hugegraph-loader/assembly/static
2929 # 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
3132 DB_USER : root
3233 DB_PASS : root
3334 DB_DATABASE : load_test
Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ jobs:
2525 env :
2626 USE_STAGE : ' true' # Whether to include the stage repository.
2727 TRAVIS_DIR : hugegraph-spark-connector/assembly/travis
28- COMMIT_ID : f6f3708
28+ # hugegraph commit date: 2024-12-09
29+ COMMIT_ID : f838897
2930 strategy :
3031 matrix :
3132 JAVA_VERSION : [ '11' ]
32-
33+
3334 steps :
3435 - name : Fetch Code
3536 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2626 TRAVIS_DIR : hugegraph-tools/assembly/travis
2727 # TODO: could we use one param to unify it? or use a action template (could use one ci file)
2828 # TODO: replace it with the (latest - n) commit id (n >= 15)
29- COMMIT_ID : 6a4041e
29+ COMMIT_ID : 29ecc0
3030 strategy :
3131 matrix :
3232 JAVA_VERSION : [ '11' ]
You can’t perform that action at this time.
0 commit comments