Skip to content

Commit

Permalink
Temporarily disable website testing (apache#13887)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland committed Jan 15, 2019
1 parent 3a97487 commit 9d42812
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ci/jenkins/Jenkinsfile_website
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ core_logic: {
custom_steps.compile_unix_cpu_openblas()
])

utils.parallel_stage('Deploy', [
custom_steps.docs_website(),
custom_steps.docs_julia()
])
// Disable website generation due to flakyness https://github.com/apache/incubator-mxnet/issues/13833
//utils.parallel_stage('Deploy', [
// custom_steps.docs_website(),
// custom_steps.docs_julia()
//])
}
,
failure_handler: {
Expand Down

0 comments on commit 9d42812

Please sign in to comment.