-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update timeout for windows PR validation #11147
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
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## master #11147 +/- ##
==========================================
- Coverage 61.47% 61.39% -0.08%
==========================================
Files 597 596 -1
Lines 32801 32847 +46
Branches 4640 4654 +14
==========================================
+ Hits 20163 20166 +3
- Misses 11622 11661 +39
- Partials 1016 1020 +4
Continue to review full report at Codecov.
|
@DonJayamanne Yes, but it almost always happens nowadays. Something may have triggered it. |
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.
PR validation pipeline is still failing.. please don't merge until it passes.
We split the functional and single to run on separate machines, with #10293. Ian made the split. It was working better until we switched to Jedi 0.16.0 and we have data both from our users that switching to jedi 0.16.0 slowed down startup time. When we switch over to github actions we are going to have tests that run on specific are for PR and CI will run the whole thing. |
Looks like after updating to Jedi 0.16.0 we are running into timeout with Windows Single work-space runs. I am increasing the timeout temporarily until we figure out why.