marcoabreu commented on a change in pull request #13624: Nightly Tests For 
Clojure
URL: https://github.com/apache/incubator-mxnet/pull/13624#discussion_r250330292
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -868,6 +868,14 @@ unittest_ubuntu_cpu_clojure() {
     ./contrib/clojure-package/ci-test.sh
 }
 
+unittest_ubuntu_cpu_clojure_integration() {
+    set -ex
+    make scalapkg USE_OPENCV=1 USE_BLAS=openblas USE_DIST_KVSTORE=1 
ENABLE_TESTCOVERAGE=1
+    make scalainstall USE_OPENCV=1 USE_BLAS=openblas USE_DIST_KVSTORE=1 
ENABLE_TESTCOVERAGE=1
 
 Review comment:
   Generally I'd like to keep the native build, the scala build and the scala 
packaging separate. Right now, this job is done on demand and this leads to GPU 
instances compiling code without caching. So this sounds like a move in the 
right direction!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to