marcoabreu commented on a change in pull request #11630: [WIP] Fix flaky test
test_deconvolution
URL: https://github.com/apache/incubator-mxnet/pull/11630#discussion_r201397213
##########
File path: Jenkinsfile
##########
@@ -667,6 +680,21 @@ try {
}
}
},
+ 'Python3: MKLDNN-GPU-NOCUDNN': {
+ node('mxnetlinux-gpu') {
+ ws('workspace/ut-python3-mkldnn-gpu-nocudnn') {
+ withEnv(['CUDNN_DISABLED=ON']) {
Review comment:
Please make a new script to call the unit tests in the runtime functions
(you might just nest the calls to prevent copy and paste). Otherwise, the calls
will not be reproducible- also, the environment variables will not be available
in the docker container.
I'm on my phone, so please excusme if the question is answered below: why do
we have to set that variable if we already compile without cudnn?
----------------------------------------------------------------
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