[ 
https://issues.apache.org/jira/browse/MXNET-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391086#comment-16391086
 ] 

ASF GitHub Bot commented on MXNET-42:
-------------------------------------

larroy commented on a change in pull request #9995: [WIP] CI docker revamp; Add 
Jetson, Raspberry and CentOS 7 build [MXNET-42][MXNET-43][MXNET-44][MXNET-57]
URL: https://github.com/apache/incubator-mxnet/pull/9995#discussion_r173128239
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -129,17 +129,14 @@ echo ${libs} | sed -e 's/,/ /g' | xargs md5sum
 // Python 2
 def python2_ut(docker_type) {
   timeout(time: max_time, unit: 'MINUTES') {
-    sh "${docker_run} ${docker_type} --dockerbinary docker find . -name 
'*.pyc' -type f -delete"
-    sh "${docker_run} ${docker_type} --dockerbinary docker 
PYTHONPATH=./python/ nosetests-2.7 --with-timer --verbose tests/python/unittest"
-    sh "${docker_run} ${docker_type} --dockerbinary docker 
PYTHONPATH=./python/ nosetests-2.7 --with-timer --verbose tests/python/train"
+    sh "ci/build.py --build -p ${docker_type} /work/runtime_functions.sh 
unittest_ubuntu_python2_cpu"
 
 Review comment:
   we can also call build.py with -bp why one option long and the other short? 
otherwise for consistency both long? --build --platform x

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


> Make CI failures locally reproducible
> -------------------------------------
>
>                 Key: MXNET-42
>                 URL: https://issues.apache.org/jira/browse/MXNET-42
>             Project: Apache MXNet
>          Issue Type: Improvement
>            Reporter: Marco de Abreu
>            Assignee: Marco de Abreu
>            Priority: Major
>
> At the moment, it's hard to reproduce CI failures. Ideally, every failure 
> could be reproduced by executing a single command.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to