dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.55k stars 538 forks source link

[Website]Lift timeout restriction on CI configuration #1255

Closed chenw23 closed 4 years ago

chenw23 commented 4 years ago

Description

This pull request works together with the previous pull quest #1252 . #1252 works on the python script part and this pull request works on the Jenkins CI part. They work together to solve the problem from #1230

Checklist

Essentials

Changes

Comments

cc @dmlc/gluon-nlp-team

chenw23 commented 4 years ago

Error log is below:

[2020-07-05T16:35:45.739Z] intersphinx inventory has moved: https://beta.mxnet.io/objects.inv -> https://mxnet.apache.org/

@szha It seems that an inventory on mxnet.io is not redirecting correctly? Which team is in charge of this part of work? Thanks!

szha commented 4 years ago

I think the beta.mxnet.io is deprecated and we should find the alternative on mxnet.apache.org

chenw23 commented 4 years ago

Fixed in #1256

mli commented 4 years ago

Job PR-1255/4 is complete. Docs are uploaded to http://gluon-nlp-staging.s3-accelerate.dualstack.amazonaws.com/PR-1255/4/index.html

codecov[bot] commented 4 years ago

Codecov Report

Merging #1255 into master will decrease coverage by 0.27%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1255      +/-   ##
==========================================
- Coverage   87.72%   87.45%   -0.28%     
==========================================
  Files          81       81              
  Lines        7365     7365              
==========================================
- Hits         6461     6441      -20     
- Misses        904      924      +20     
Impacted Files Coverage Δ
src/gluonnlp/data/word_embedding_evaluation.py 89.27% <0.00%> (-7.67%) :arrow_down: