[GitHub] [incubator-mxnet] leezu commented on issue #16535: CI Travis time out

2020-03-03 Thread GitBox
leezu commented on issue #16535: CI Travis time out 
URL: 
https://github.com/apache/incubator-mxnet/issues/16535#issuecomment-594371552
 
 
   I enabled the unittests in the osx github actions build in my fork. Runs 
mostly fine: 
   
https://github.com/leezu/mxnet/commit/e32e82a6551da0bd5a8ec2847ae10556039c8bda/checks/484044519/logs
   
   It does expose the problem that in the staticbuild `libcustomop_lib.so not 
found` and `library libsubgraph_lib.so`, failing the respective tests.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] leezu commented on issue #16535: CI Travis time out

2020-03-03 Thread GitBox
leezu commented on issue #16535: CI Travis time out 
URL: 
https://github.com/apache/incubator-mxnet/issues/16535#issuecomment-594253593
 
 
   Let's consider which tests to run in Github Actions. I see the following 
commented out tests in the travis.yml
   
   1) CoreML: `python2 -m nose --verbose tools/coreml/test 
--exclude-test=test_mxnet_image` @apeforest is this now tested elsewhere? 
Should an equivalent test for Python 3 be re-enabled?
2) Python unittests. `python -m nose --verbose tests/python/unittest/` 
though #12706 disabled a number of tests for speed reasons.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services