Changes

Jump to: navigation, search

ReleaseEngineering/TryServer

874 bytes added, 00:44, 14 February 2014
Using a custom Gaia
"repo_path": "/integration/gaia-central"
}
 
You should edit this file to include some additional fields:
 
{
"revision": "6fbf376b98130fca7198d7d2e5e588cb37dd07c4",
"repo_path": "/integration/gaia-central",
"git": {
"remote": "",
"branch": "",
"revision": ""
}
}
 
You must specify remote, and can specify either branch or revision. If you specify both, revision will be used and branch ignored. For example:
 
{
"revision": "6fbf376b98130fca7198d7d2e5e588cb37dd07c4",
"repo_path": "/integration/gaia-central",
"git": {
"remote": "https://github.com/jonallengriffin/gaia.git",
"branch": "gaia_unit_crash",
"revision": ""
}
}
 
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.
== Getting debug symbols ==
Confirm
1,905
edits

Navigation menu