977
edits
(link to pending builds page) |
Lukasblakk (talk | contribs) No edit summary |
||
| Line 20: | Line 20: | ||
See [http://blog.mozilla.com/jorendorff/2008/08/18/push-to-try/ Jorendorff's blog] for more details. | See [http://blog.mozilla.com/jorendorff/2008/08/18/push-to-try/ Jorendorff's blog] for more details. | ||
== Using a custom mozconfig == | == Using a custom mozconfig == | ||
If you want to use setting other than those in the default mozconfigs, you can push an '''extra file''' to the $topsrcdir: | |||
The options you enable/disable in your custom mozconfig are '''appended''' to the existing config. | *'''mozconfig-extra''' with settings to be applied to all mozconfigs | ||
*'''mozconfig-extra-$platform''' to apply changes only to that platform's mozconfig | |||
The options you enable/disable in your custom mozconfig are '''appended''' to the existing config. | |||
The default mozconfigs used for tryserver builds are available in Hg: [http://hg.mozilla.org/build/buildbot-configs/file/default/mozilla2/ http://hg.mozilla.org/build/buildbot-configs/file/default/mozilla2/]$platform/tryserver ([http://hg.mozilla.org/build/buildbot-configs/file/default/mozilla2/linux/tryserver linux example]) | The default mozconfigs used for tryserver builds are available in Hg: [http://hg.mozilla.org/build/buildbot-configs/file/default/mozilla2/ http://hg.mozilla.org/build/buildbot-configs/file/default/mozilla2/]$platform/tryserver ([http://hg.mozilla.org/build/buildbot-configs/file/default/mozilla2/linux/tryserver linux example]) | ||
===Disabling specific platforms for try push=== | |||
You can put '''exit 1''' in any mozconfig-extra-$platform in order to cause it to not compile. This is a temporary workaround while we get the web interface back up and with more granularity for selecting the build/test/perf runs desired for a particular try push. | |||
== Pending builds == | == Pending builds == | ||
edits