ReleaseEngineering/TryChooser: Difference between revisions

Jump to navigation Jump to search
Remove usage section since out of date and redundant with http://trychooser.pub.build.mozilla.org/
(→‎Usage: it's "mozmill", not "mozmill-all")
(Remove usage section since out of date and redundant with http://trychooser.pub.build.mozilla.org/)
Line 3: Line 3:
To simplify using the TryChooser, you can use the [http://trychooser.pub.build.mozilla.org/ TryChooser Syntax Builder] website  
To simplify using the TryChooser, you can use the [http://trychooser.pub.build.mozilla.org/ 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).
==Usage==
<pre>
try: OPTIONS
Options:
  -b --build TYPE
      Choose what type of builds you'd like made:
        --build d  gives debug builds only
        --build o  gives optimized builds only
        --build do  gives both debug and optimized builds
  -p --platform LIST
      Choose which platform(s) you'd like to build for with a
      comma-separated list:
        linux,linux64,macosx64,win32,win64,android,android-armv6
      or specify 'none' or 'all'.
  -u --unittests LIST
      Choose which unittests you'd like run:
        crashtest,reftest,mochitests
      or give a subset of tests:
        mochitest-{1,2,3,4,5,o},xpcshell,opengl,jsreftest,mozmill
      or specify 'none' or 'all'.
  -t --talos LIST
      Choose which talos suites you'd like to run:
        tp,tscroll,tspider,etc.
      or specify 'none' or 'all'.
</pre>
<pre>
  Email notification control: (these are optional, default is to get no emails)
  -e --all-emails (optional)
      Get notified by email of each builder in the try run's results
  -f --failure-emails (optional)
      Get email notifications of each failed builder's results
</pre>
<pre>
  Bugzilla commenting:
  --post-to-bugzilla Bug BUGNUMBER (optional)
      Get a comment in your specified BUGNUMBER at the end of the try run with a tally of the results and a tbpl link
</pre>


==Defaults==
==Defaults==
canmove, Confirmed users
1,126

edits

Navigation menu