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_r201821198
##########
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:
Well then the error would be made visible in CI and the person would have to
adjust the error message, right? Ideally, we'd have standardized error messages
(e.g. error codes).
----------------------------------------------------------------
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