-
Notifications
You must be signed in to change notification settings - Fork 292
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
chore: Retry freebsd tests 2 times. #2430
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2430 +/- ##
==========================================
+ Coverage 74.41% 74.43% +0.01%
==========================================
Files 87 87
Lines 26244 26255 +11
==========================================
+ Hits 19530 19542 +12
+ Misses 6714 6713 -1 ☔ View full report in Codecov by Sentry. |
ebe78ce
to
48e28b4
Compare
48e28b4
to
c3b1b60
Compare
6b2a837
to
ce73b17
Compare
Maybe put |
Also, use `cmake --build` instead of manually calling `gmake`. This allows us to maybe later use `ninja` instead of `gmake` without changing this build invocation. Also, increase timeout to 120 seconds. FreeBSD tests are slow.
Both in C and C++, because the C++ tests don't currently run on FreeBSD, and we want to know how the FreeBSD VM performs (answer: poorly).
ce73b17
to
a927183
Compare
Done. |
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.
Reviewed 1 of 1 files at r1, 3 of 3 files at r2, 2 of 2 files at r3, all commit messages.
Reviewable status: complete! 1 of 1 approvals obtained
90d08dc
to
83efb17
Compare
Also, use
cmake --build
instead of manually callinggmake
. This allows us to maybe later useninja
instead ofgmake
without changing this build invocation.This change is