Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a build check that fixed intermittents stay fixed #12435
Comments
|
IRC conversation: http://logs.glob.uno/?c=mozilla%23servo&s=13+Jul+2016&e=13+Jul+2016#c479357 TL;DR: Opera used 300 repetitions; might be worth running this nightly rather than on every merge? cc @jgraham |
|
How about doing 10 repetitions for regular builds as a spot check, and 300 (or 100, etc.) on a nightly build to stress test? |
|
For the regular build, is 10 much better than 1? Perhaps we should just leave the regular build alone, and add a stress test to a nightly build. |
Intermittents We probably want to have Buildbot run that script. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #12435, #11574, and #11561 - [X] These changes do not require tests because reasons <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12629) <!-- Reviewable:end -->
|
Not fixed until servo/saltfs#453 lands. |
|
Also, since this is running nightly, we need to set up notifications on build failure. |
|
Can this be closed now? |
|
This has been configured and is running nightly, so closing. However, it seems the |
We might want to add something like an
etc/ci/check-fixed-intermittents.shthat makes sure that any fixed intermittents in #12424 stay fixed. Something like:cc @aneeshusa @ConnorGBrewster