Confirmed users
4,467
edits
No edit summary |
|||
| Line 1: | Line 1: | ||
TryChooser lets you select specific jobs you want to run on tryserver. You use TryChooser by putting a <tt>try:</tt> block at the end of the topmost commit message when you push to try. | TryChooser lets you select specific jobs you want to run on tryserver. You use TryChooser by putting a <tt>try:</tt> block at the end of the topmost commit message when you push to try. | ||
==Syntax Builder== | ==Syntax Builder== | ||
To simplify using the TryChooser, you can use the [ | To simplify using the TryChooser, you can use the [https://build.mozilla.org/trychooser/ TryChooser Syntax Builder] website | ||
or the [http://hg.mozilla.org/users/pbiggar_mozilla.com/trychooser/file/tip mercurial extension] (which also functions as a command-line application, but is not maintained by RelEng). | or the [http://hg.mozilla.org/users/pbiggar_mozilla.com/trychooser/file/tip mercurial extension] (which also functions as a command-line application, but is not maintained by RelEng). | ||
| Line 128: | Line 128: | ||
To match up the Talos suite name to the tests it runs you can go [http://hg.mozilla.org/build/buildbot-configs/file/701b6ccd8e55/mozilla-tests/config.py#l19 here]. (eg: 'chrome' runs ts:tdhtml:twinopen:tsspider) | To match up the Talos suite name to the tests it runs you can go [http://hg.mozilla.org/build/buildbot-configs/file/701b6ccd8e55/mozilla-tests/config.py#l19 here]. (eg: 'chrome' runs ts:tdhtml:twinopen:tsspider) | ||
If you need help building the syntax line you can also go to the [ | If you need help building the syntax line you can also go to the [https://build.mozilla.org/trychooser/ TryChooser Syntax Builder] page. | ||
===What do I do if I need to add or remove a job after I push?=== | ===What do I do if I need to add or remove a job after I push?=== | ||