marcoabreu commented on a change in pull request #13624: WIP: Nightly Tests For
Clojure
URL: https://github.com/apache/incubator-mxnet/pull/13624#discussion_r241231376
##########
File path: tests/nightly/JenkinsfileForBinaries
##########
@@ -106,6 +106,14 @@ core_logic: {
utils.docker_run('ubuntu_nightly_gpu',
'nightly_tutorial_test_ubuntu_python3_gpu', true)
}
}
+ },
+ 'Clojure Nightly: CPU': {
+ node(NODE_LINUX_CPU) {
+ ws('workspace/clojure') {
+ utils.init_git()
Review comment:
Please have a look at the other pipelines. You are missing the unpacking
here. This is necessary because MXNet is compiled in a previous step and
otherwise, this job has no artifact to run on. Also note that we currently only
compile GPU for nightly.
----------------------------------------------------------------
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