zachgk commented on a change in pull request #13819: Add new Maven build for
Scala package
URL: https://github.com/apache/incubator-mxnet/pull/13819#discussion_r246593047
##########
File path: tests/jenkins/run_test_amzn_linux_gpu.sh
##########
@@ -65,5 +65,5 @@ nosetests3 --verbose tests/python/train
#julia -e 'try Pkg.clone("MXNet"); catch end; Pkg.checkout("MXNet");
Pkg.build("MXNet"); Pkg.test("MXNet")' || exit -1
echo "BUILD scala_test"
-make scalapkg
-make scalatest
+cd scala-package
+mvn integration-test -Dskip.test=false
Review comment:
You should use -DskipTests=false. Also, why is this one "make scalatest ->
integration tests" while run_test_ubuntu.sh is "make scalatest -> unit tests"?
----------------------------------------------------------------
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