marcoabreu commented on a change in pull request #13916: Static build for Python
URL: https://github.com/apache/incubator-mxnet/pull/13916#discussion_r248542741
##########
File path: ci/jenkins/Jenkins_steps.groovy
##########
@@ -521,6 +521,19 @@ def compile_windows_gpu_mkldnn() {
}]
}
+def test_static_python_cpu() {
+ return ['Static build CPU 14.04 Python' : {
+ node(NODE_LINUX_CPU) {
+ ws('workspace/ut-publish-python-cpu') {
+ withEnv(["mxnet_variant=mkl"]) {
Review comment:
Please set environment varibales within the runtime functions to make it
reproducible. Otherwise, you can't run outside of Jenkins
----------------------------------------------------------------
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