Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disable test coverage for Clang MKLDNN (#15977)
Browse files Browse the repository at this point in the history
* disable test coverage

* disable the job
  • Loading branch information
stu1130 authored and anirudh2290 committed Aug 22, 2019
1 parent 9023256 commit fa16a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/jenkins/Jenkinsfile_clang
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ core_logic: {
custom_steps.compile_unix_clang_3_9_cpu(),
custom_steps.compile_unix_clang_6_cpu(),
custom_steps.compile_unix_clang_tidy_cpu(),
custom_steps.compile_unix_clang_3_9_mkldnn_cpu(),
custom_steps.compile_unix_clang_6_mkldnn_cpu()
custom_steps.compile_unix_clang_3_9_mkldnn_cpu()
// custom_steps.compile_unix_clang_6_mkldnn_cpu()
])
}
,
Expand Down

0 comments on commit fa16a9e

Please sign in to comment.