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_r232432486
##########
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:
Ah, gotcha. We can follow up on that in a separate PR. Can you create an
issue so we don't forget it?
----------------------------------------------------------------
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