ReleaseEngineering/ThunderbirdTryServer: Difference between revisions

Jump to navigation Jump to search
Revise example try server syntax based on JorgK's comments
(Fix "you should see: pushing to ssh://hg.mozilla.org/try", should be .../try-comm-central)
(Revise example try server syntax based on JorgK's comments)
Line 29: Line 29:


* Pushing a try build with try-comm-central will always pick the latest m-c changeset.
* Pushing a try build with try-comm-central will always pick the latest m-c changeset.
* A good example that should cover most cases is: <code>../mach try -b o -p macosx64,linux64 -u all</code>
* A good example that should cover most cases is: <code>../mach try -b do -p macosx64,win64,linux64 -u all</code> which will do debug and opt builds and run all tests on all three platforms.  Mac and Linux are quicker to compile (20-30 minutes). Windows builds are longer (60 minutes) so omitting Windows can save some time. The tests take about 20 minutes.
* For UI changes do: <code>../mach try -b o -p macosx64,linux64 -u mozmill</code>


=== Pushing mozilla-central patches ===
=== Pushing mozilla-central patches ===
52

edits

Navigation menu