ReleaseEngineering/TryServer: Difference between revisions

No edit summary
Line 101: Line 101:


When the 'git' dict in gaia.json is populated in this way, the hg attributes for revision and repo_path will be ignored, and the Gaia will be cloned from the given remote and used to run the tests.
When the 'git' dict in gaia.json is populated in this way, the hg attributes for revision and repo_path will be ignored, and the Gaia will be cloned from the given remote and used to run the tests.
== Using a custom gonk-misc ==
You can also specify a custom gonk-misc repository for tests. To do this, you need to edit the file $src/b2g/config/<target>/sources.xml and then add your remote, for example:
<remote fetch="https://github.com/walac" name"=walac"/>
After that, you have to modify the gonk-misc project line to point to your repository and the desired revision:
<project name="gonk-misc" path="gonk-misc" remote="walac" revision="b8fd88760316cbcef261830f4031992fa6c379c6"/>
You then need to commit these changes and push to the try server.


== Getting debug symbols ==
== Getting debug symbols ==
47

edits