You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/31 17:31:45 UTC

[GitHub] Wei-1 opened a new issue #13063: Scala-Package CI Missing

Wei-1 opened a new issue #13063: Scala-Package CI Missing
URL: https://github.com/apache/incubator-mxnet/issues/13063
 
 
   ## Description
   On the Scala package page:
   https://github.com/apache/incubator-mxnet/tree/master/scala-package
   
   The badge for Travis-CI is not working correctly. It is pointing to the DMLC page, which is not there anymore.
   
   ## Environment info
   
   The current test for Travis-CI is at https://travis-ci.org/apache/incubator-mxnet/
   However, it is only for C++.
   
   in [.travis.yml](https://github.com/apache/incubator-mxnet/blob/master/.travis.yml#L3)
   
   ```bash
   language: cpp
   ```
   
   ## Build info
   
   If we follow the current link in `README.md` in scala-package and go to https://travis-ci.org/dmlc/mxnet
   We will get the following message
   
   ## Error Message:
   
   ```
   We couldn't find the repository 
   dmlc/mxnet
   ```
   
   ## Minimum reproducible example
   
   1. Check https://github.com/apache/incubator-mxnet/blob/master/scala-package/README.md
   
   ## Steps to reproduce
   
   1. Click https://github.com/apache/incubator-mxnet/tree/master/scala-package
   2. Click the Travis-CI Badge
   
   ## What have you tried to solve it?
   
   1. I tried building some Scala examples and also [@Ldpe2G 's examples](https://github.com/Ldpe2G/DeepLearningForFun), and the testing works well. So we could add a matrix in the Travis-CI test for Scala at least for those examples.
   2. Since there is no GPU for Travis-CI's environment, we can choice OSX and use the CPU Jar in `travis.yml`.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services