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

Commit

Permalink
Temporarily disables windows pipeline to unblock PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva committed Feb 27, 2019
1 parent 0af40f7 commit 30e9f3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions ci/jenkins/Jenkinsfile_windows_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ utils.assign_node_labels(utility: 'utility', windows_cpu: 'mxnetwindows-cpu')
utils.main_wrapper(
core_logic: {
utils.parallel_stage('Build', [
custom_steps.compile_windows_cpu()
// custom_steps.compile_windows_cpu()
])

utils.parallel_stage('Tests', [
custom_steps.test_windows_python2_cpu(),
custom_steps.test_windows_python3_cpu(),
custom_steps.test_windows_julia07_cpu(),
custom_steps.test_windows_julia10_cpu()
// custom_steps.test_windows_python2_cpu(),
// custom_steps.test_windows_python3_cpu(),
// custom_steps.test_windows_julia07_cpu(),
// custom_steps.test_windows_julia10_cpu()
])
}
,
Expand Down
10 changes: 5 additions & 5 deletions ci/jenkins/Jenkinsfile_windows_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ utils.assign_node_labels(utility: 'utility', windows_cpu: 'mxnetwindows-cpu', wi
utils.main_wrapper(
core_logic: {
utils.parallel_stage('Build', [
custom_steps.compile_windows_gpu(),
custom_steps.compile_windows_gpu_mkldnn()
// custom_steps.compile_windows_gpu(),
// custom_steps.compile_windows_gpu_mkldnn()
])

utils.parallel_stage('Tests', [
custom_steps.test_windows_python2_gpu(),
custom_steps.test_windows_python3_gpu(),
custom_steps.test_windows_python3_gpu_mkldnn()
// custom_steps.test_windows_python2_gpu(),
// custom_steps.test_windows_python3_gpu(),
// custom_steps.test_windows_python3_gpu_mkldnn()
])
}
,
Expand Down

0 comments on commit 30e9f3d

Please sign in to comment.