Changes

Jump to: navigation, search

ReleaseEngineering/TryServer

404 bytes added, 18:05, 28 March 2011
How to push to try
== How to push to try ==
To choose your === Running only some tests:===* ''To your topmost commit message'', append a You can use [[Build:TryChooser]] pieceto choose which builds and tests are run when you push to try. Make sure you place the try chooser text in your ''topmost commit''.
=== Pushing to try === To submit your changes to the try server:* For changes (assuming they're modifications to mozilla-central or close enough (a similar branch, e.g. tracemonkey branch), you can have a few options:* <code>hg push -f ssh://hg.mozilla.org/try/</code> <br/>'', or''<br/>* <code>hg push -f ssh://&lt;username@host&gt;@hg.mozilla.org/try/</code><br/>'', or''<br/>* <code>hg push -f ssh://hg.mozilla.org/try/ -e 'ssh -l &lt;username@host&gt;</code> ==== Creating an alias ====To save yourself some typing, you can add an alias to your hgrc:<pre>[paths]try = ssh://hg.mozilla.org/try</pre>and then push with<pre>hg push try</pre> === Viewing the results === You can see the results of your tryserver build in a number of ways:
To see the results:
* You'll get an email from each builder with results.
* Look for your changeset on the [http://tinderbox.mozilla.org/showbuilds.cgi?tree=MozillaTry Try Tinderbox] or [http://tbpl.mozilla.org/?tree=MozillaTry Try TBPL] ([http://ehsanakhgari.org/tinderboxpushlog/index.html?tree=MozillaTry alternate TBPL] [http://bbpl.dbaron.org/?tree=MozillaTry alternate TBPL]). You can add '''&pusher=YOUR.EMAIL''' to only see your pushes.
187
edits

Navigation menu