User:Lukasblakk/TryServerSyntax: Difference between revisions

Jump to navigation Jump to search
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':
  Now we can create a builderName for each combo of opt/debug platform builders specified
  --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':
  Now we can create a builderName for each mobile platform builder specified
  --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 variables are used to add test builderNames (if ['all'] then all available testBuilders will be added for that platform ie: no mac a11y if that's not a test suite on mac)
  --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 variables are used to add talos builderNames (if ['all'] then all available talosBuilders will be added for that platform)
  --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?==
Confirmed users
4,467

edits

Navigation menu