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

Commit

Permalink
Disable Clang tests in Jenkins.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Jan 13, 2018
1 parent c7a696c commit b4efa8f
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,42 +169,6 @@ try {
}
}
},
'CPU: Clang 3.9': {
node('mxnetlinux-cpu') {
ws('workspace/build-cpu-clang') {
init_git()
def flag = """ \
USE_PROFILER=1 \
USE_CPP_PACKAGE=1 \
USE_BLAS=openblas \
USE_OPENMP=0 \
CXX=clang++-3.9 \
CC=clang-3.9 \
-j\$(nproc)
"""
make("cpu_clang", flag)
pack_lib('cpu_clang')
}
}
},
'CPU: Clang 5': {
node('mxnetlinux-cpu') {
ws('workspace/build-cpu-clang') {
init_git()
def flag = """ \
USE_PROFILER=1 \
USE_CPP_PACKAGE=1 \
USE_BLAS=openblas \
USE_OPENMP=1 \
CXX=clang++-5.0 \
CC=clang-5.0 \
-j\$(nproc)
"""
make("cpu_clang", flag)
pack_lib('cpu_clang')
}
}
},
'CPU: MKLDNN': {
node('mxnetlinux-cpu') {
ws('workspace/build-mkldnn-cpu') {
Expand Down

0 comments on commit b4efa8f

Please sign in to comment.