-
Notifications
You must be signed in to change notification settings - Fork 1.9k
separate build pipelines #4688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
separate build pipelines #4688
Conversation
frank-dong-ms-zz
commented
Jan 22, 2020
- new outer loop pipeline that runs all tests
- remove flaky tests from CI
Codecov Report
@@ Coverage Diff @@
## master #4688 +/- ##
=========================================
Coverage ? 75.81%
=========================================
Files ? 951
Lines ? 172437
Branches ? 18616
=========================================
Hits ? 130727
Misses ? 36538
Partials ? 5172
|
|
This is the CI build for latest iteration: https://dev.azure.com/dnceng/public/_build/results?buildId=493381&view=results |
|
|
||
| [RetryFact] | ||
| #if INNER_LOOP | ||
| [Fact(Skip = "skip due to flaky")] |
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.
Can you please change the message to something like "Skipping test temporarily. This test will be re-enabled once the cause of failures has been determined"
| } | ||
| } | ||
|
|
||
| #if INNER_LOOP |
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.
Can you please investigate whether is possible to skip the test at runtime instead of disabling it at compile time?