This repository was archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 528
[CI] CI refactoring to speed up tests #566
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cbcfddd
to
b0ffe4a
Compare
a6038bb
to
0d10f3e
Compare
49b8efe
to
0b08498
Compare
eric-haibin-lin
approved these changes
Apr 28, 2019
2417dfa
to
7503d6b
Compare
aabda0b
to
ca078c2
Compare
009b95b
to
ef9704c
Compare
szha
commented
May 3, 2019
utils.main_wrapper( | ||
core_logic: { | ||
utils.parallel_stage('Doc Test', [ | ||
build_steps.test_doctest('gluon-nlp-cpu-py3', 'cpu/py3', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not using the master branch yet as there's ongoing issue with master branch.
vanewu
approved these changes
May 3, 2019
Job PR-566/26 is complete. |
Job PR-566/27 is complete. |
gigasquid
pushed a commit
to gigasquid/gluon-nlp
that referenced
this pull request
May 6, 2019
* refactor CI pipelines * fix py2 lint * py2 py3 * add master tests * update script tests * update py3 master env * update test call * update test scripts * separate cpu and gpu env * fix lint * setup codecov upload * add script unittests * adjust integration tests * add integration (script) tests * fix test * add documentation pipeline * fix lint * fix doctest * not using master for doc build until bugs are fixed * separate link check * fix doc * use separate pkg cache for conda * fix doc build pipeline
astonzhang
pushed a commit
that referenced
this pull request
May 10, 2019
* refactor CI pipelines * fix py2 lint * py2 py3 * add master tests * update script tests * update py3 master env * update test call * update test scripts * separate cpu and gpu env * fix lint * setup codecov upload * add script unittests * adjust integration tests * add integration (script) tests * fix test * add documentation pipeline * fix lint * fix doctest * not using master for doc build until bugs are fixed * separate link check * fix doc * use separate pkg cache for conda * fix doc build pipeline
This broke the links in docs/community/contribute.rst and thus the CI pipeline on the master branch. I'll open a PR to fix it |
leezu
added a commit
to leezu/gluon-nlp
that referenced
this pull request
Jun 7, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
CI refactoring to speed up tests
Checklist
Essentials
Changes