-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stable tree timer rather than Nightly scheduler for refleak builds (
#515) * Replace 'Nightly' schedulers Instead of once per day, they now wait for 1 hour after any change before starting a build (that is, if there is a change made and 59 minutes elapse before another change, the scheduler will wait another hour before starting a build containing both changes. The hope is that this will do a few things for us: - Avoid blocking workers that do refleak builds in addition to other builds: - Don't build branches that haven't changed (this could also be accomplished by adding 'onlyIfChanged=True' to the existing 'Nightly' schedulers) - Non-refleak builds should have time to finish up before refleak build(s) start (caveat: a refleak build on one branch may still block builds of other branches) - Associate refleak builds with actual changes * Remove superflous DAILYBUILDERS list They were exclusively refleak builders, which are now detected by tag.
- Loading branch information
Showing
2 changed files
with
13 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters