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_r246502899
##########
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 install
Review comment:
Shouldn't this and below be "integration-test" or "integration-test
-Dskip.test=false"?
----------------------------------------------------------------
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