VCS
hg.mozilla.org
version-control-tools
Try server
A collection of useful links for people looking to maximize their use of the Try server:
- Using the Try Server effectively in a Taskcluster world - Taskcluster allows developers even more control over task submission and job choice. This is currently the best way to influence your Try submission via the command-line.
- Try Fuzzy: A Try Syntax Alternative - an easy-to-use, alternative method for scheduling tasks on Try. UPDATE: there are a bunch of new features described in the newsgroup thread.
- Reviewboard and Try - did you know you can trigger Try runs automatically from your review request in reviewboard? Pretty neat, huh?
- Choosing Try coverage via Treeherder - AKA
mach try empty
. Using this method will give you a bare minimum of builds/tests for your push, and you can then use the Treeherder interface to choose what else to run. - Best practices for using Try, as recommended by the code sheriffs - following these simple guidelines will help you get meaningful results faster, and will also make best use of limited, shared resources
- TryChooser - AKA Old School. This is what most developers who have been here a while probably associate with running jobs on Try. While this syntax and associated tools will still work, you are STRONGLY ENCOURAGED to "try" one of the other methods above. 😊