Azure DevOps Nightly CI fixes#4761
Merged
d3r3kk merged 4 commits intomicrosoft:masterfrom Mar 14, 2019
Merged
Conversation
For microsoft#4336 This PR cleans up our nightly build. Some issues remains as there is not a reliable fix yet (microsoft#4760). - skip flaky tests - remove mocha-vsts-reporter from use - update build badges to point to new AzDO
Codecov Report
@@ Coverage Diff @@
## master #4761 +/- ##
=======================================
- Coverage 77% 77% -<1%
=======================================
Files 449 449
Lines 21650 21650
Branches 3552 3552
=======================================
- Hits 16617 16606 -11
- Misses 5029 5040 +11
Partials 4 4
|
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
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.
For #4336
This PR cleans up our nightly build. Some issues remains as there is not a reliable fix yet (#4760).
Has sufficient logging.Has telemetry for enhancements.Test plan is updated as appropriatepackage-lock.jsonhas been regenerated by runningnpm install(if dependencies have changed)The wiki is updated with any design decisions/details.