You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core contributors of the extension have to wait for the tests to pass before we can merge the tests (sometimes the tests take forever, sometimes they need to be re-run - due to flaky tests).
All of this slows down the time taken to merge a PR.
Solution:
Run tests on VSTS (all platforms)
Once tests pass, merge the PR
If tests fail on Master (AppVeyor or Travis), then
Restart tests
Worst case, identify the problem (identify why tests pass on VSTS and not on AppVeyor/Travis)
DonJayamanne
changed the title
Run CI tests on VSTS for core contributors of extension
Run CI tests on VSTS for PRs from core contributors of extension
Apr 5, 2018
The core contributors of the extension have to wait for the tests to pass before we can merge the tests (sometimes the tests take forever, sometimes they need to be re-run - due to flaky tests).
All of this slows down the time taken to merge a PR.
Solution:
@brettcannon @MikhailArkhipov
Thoughts
The text was updated successfully, but these errors were encountered: