ReleaseEngineering/TryChooser: Difference between revisions

Jump to navigation Jump to search
Line 32: Line 32:
: Opt builds on all available platforms, all unittests, no emails, results posted to bug 456234
: Opt builds on all available platforms, all unittests, no emails, results posted to bug 456234


You may follow the <tt>try:</tt> section with other text, but be careful to separate the sections with whitespace. That is, do
; <tt>try: -b d -p macosx64 -u all[10.7]</tt>
-t chrome,tp4 Some other stuff
: Debug builds for 64-bit OSX, run all tests only on OSX 10.7 machines
instead of
 
-t chrome,tp4. Some other stuff
; <tt>try: -b d -p macosx64 -u all[-10.7]</tt>
It is probably safest to prepend any additional text:
: Debug builds for 64-bit OSX, run all tests but not on all OSX test platforms except OSX 10.7
 
; <tt>try: -b do -p all -u all[x64]</tt>
: "T push" -- good replacement for <tt>-p all -u all</tt>. Builds on all platforms, runs all tests on linux64.
 
; <tt>try: -b do -p all -u all[10.8]</tt>
: Same as above, but run the tests on OSX 10.8 instead
 
You may precede the <tt>try:</tt> section with other text:
   bug 12345 attempt 2, try: -b d -p linux64 -t jsreftest
   bug 12345 attempt 2, try: -b d -p linux64 -t jsreftest


Confirmed users
328

edits

Navigation menu