marcoabreu commented on a change in pull request #13203: [MXNET-793]
Virtualized ARMv7 with Qemu CI integration
URL: https://github.com/apache/incubator-mxnet/pull/13203#discussion_r232381744
##########
File path: Jenkinsfile
##########
@@ -941,6 +946,16 @@ core_logic: {
}
}
}
+ },
+ 'ARMv7 QEMU': {
+ node(NODE_LINUX_CPU) {
+ ws('workspace/ut-armv7-qemu') {
+ timeout(time: max_time, unit: 'MINUTES') {
+ utils.unpack_and_init('gpu', mx_pip)
+ sh "ci/build.py --docker-registry ${env.DOCKER_CACHE_REGISTRY} -p
test.arm_qemu ./runtime_functions.py run_ut_py3_qemu"
Review comment:
Is it possible to use our docker_run utility instead?
----------------------------------------------------------------
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