Seanium commented on code in PR #3102:
URL: https://github.com/apache/hugegraph/pull/3102#discussion_r3636869664
##########
.github/workflows/docker-build-ci.yml:
##########
@@ -26,6 +30,18 @@ on:
paths:
- '**/Dockerfile*'
- '.dockerignore'
+ - '.github/workflows/docker-build-ci.yml'
+ - 'pom.xml'
+ - 'hugegraph-pd/hg-pd-grpc/pom.xml'
+ - 'hugegraph-server/pom.xml'
+ - 'hugegraph-server/hugegraph-core/pom.xml'
+ - 'hugegraph-server/hugegraph-rocksdb/pom.xml'
Review Comment:
Superseded by the maintainer-requested scope reduction. The Docker runtime
matrix and its path filter were removed. RISC-V validation now runs as an
independent reusable job invoked from the existing server-ci.yml, so every
Server CI pull_request event, including hugegraph-rocksdb source-only changes,
schedules the RISC-V build and runtime gate. Exact-head org job 89155333088
passed the clean build, JNI, REST/Gremlin, restart persistence, shutdown, and
cleanup flow.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]