Skip to content

Commit

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

// 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()
//])
utils.parallel_stage('Deploy', [
custom_steps.docs_website(),
custom_steps.docs_julia()
])
}
,
failure_handler: {
Expand Down

0 comments on commit df55c1a

Please sign in to comment.