Confirmed users
4,467
edits
Line 64: | Line 64: | ||
build (default is '''debug''') | build (default is '''debug''') | ||
Options are '''o''' (opt) || '''d''' (debug) || '''do''' (gets you both) || '''all''' (override for m-c style run) | Options are '''o''' (opt) || '''d''' (debug) || '''do''' (gets you both) || '''all''' (override for m-c style run which will do all desktop/mobile/test/talos too) | ||
We use this to build the desktop and test builder names | We use this to build the desktop and test builder names | ||
desktop_platforms (if not present default is '''all''') | desktop_platforms (if not present default is '''all''') should be either comma-separated names with no spaces or 'none': | ||
--p linux,macosx || --p none | |||
mobile_platforms (if not present default is '''all''') | mobile_platforms (if not present default is '''all''') should be either comma-separated names with no spaces or 'none': | ||
--m maemo5-gtk,android-r7 || --m none | |||
unittests (if not present default is '''none''') | unittests (if not present default is '''none''') should be either comma-separated names with no spaces or 'all': | ||
--u | --u crashtest,jsreftest || --u all | ||
talos (if not present default is '''none''') | talos (if not present default is '''none''') should be either comma-separated names with no spaces or 'none': | ||
--t | --t tp4,tscroll || --t all | ||
==How do I know what test/talos suites I can list?== | ==How do I know what test/talos suites I can list?== |