Confirmed users
3,990
edits
(testing chunking) |
|||
Line 2: | Line 2: | ||
== How to trigger arbitrary jobs == | == How to trigger arbitrary jobs == | ||
Read [[ReleaseEngineering/How_To/Trigger_arbitrary_jobs|how to trigger arbitrary jobs]]. | Read [[ReleaseEngineering/How_To/Trigger_arbitrary_jobs|how to trigger arbitrary jobs]]. | ||
== How to test different chunk ratios == | |||
* Look in your tree for testing/config/mozharness | |||
* Find the config you care about and the suite you want to experiment with | |||
* Append the --total-chunks that you want to try and push to try | |||
<pre> | |||
--- a/testing/config/mozharness/linux_mulet_config.py | |||
- "--appname=%(application)s", "%(test_manifest)s" | |||
+ "--appname=%(application)s", "%(test_manifest)s", | |||
+ ""--total-chunks", "25" | |||
</pre> | |||
== How to run automation jobs locally == | == How to run automation jobs locally == |