ReleaseEngineering/Mozharness/How to run tests as a developer: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 65: Line 65:
</pre>
</pre>


Use this (and enable it in the config) if you want to simulate a try syntax commit message. We accept mozharness parameters through either the command line or this commit message.
Use this (and enable it in the config) if you want to simulate a try syntax commit message.


buildprops.json
buildprops.json
Line 72: Line 72:
   "sourcestamp": {
   "sourcestamp": {
     "changes": [ {
     "changes": [ {
           "comments": "mozharness: --spsProfile --spsProfileInterval 10 try: simulated try parameters go here",
           "comments": "try: simulated try parameters go here",
           "files": [ {"name":""} ]
           "files": [ {"name":""} ]
         }
         }
12

edits