[GitHub] KellenSunderland closed pull request #12943: WIP: Enable clang tidy on CUDA code

2019-01-15 Thread GitBox
KellenSunderland closed pull request #12943: WIP: Enable clang tidy on CUDA code URL: https://github.com/apache/incubator-mxnet/pull/12943 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[incubator-mxnet] Diff for: [GitHub] KellenSunderland closed pull request #12943: WIP: Enable clang tidy on CUDA code

2019-01-15 Thread GitBox
diff --git a/Jenkinsfile b/Jenkinsfile index af059c58e83..c915e8ec7b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -228,12 +228,12 @@ core_logic: { } } }, -'CPU: Clang Tidy': { +'GPU: Clang Tidy': { node(NODE_LINUX_CPU) { -