ReleaseEngineering/Buildbot Migration: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "== Current state == Unless otherwise stated, assume builds/tests are running in buildbot. {| class="wikitable" |- ! Build / test name !! in buildbot? !! In taskcluster? |- |...")
 
Line 23: Line 23:


== Relevant source repositories ==
== Relevant source repositories ==
buildbot-configs
Buildbot jobs are defined in a pair of repositories:
buildbotcustom
 
gecko
* [https://hg.mozilla.org/build/buildbot-configs buildbot-configs]
 
* [https://hg.mozilla.org/build/buildbotcustom buildbotcustom]
 
Taskcluster jobs are mostly defined all in-tree:
 
* [https://hg.mozilla.org/mozilla-central/file/default/testing/taskcluster in-tree taskcluster configs]*

Revision as of 20:57, 7 January 2016

Current state

Unless otherwise stated, assume builds/tests are running in buildbot.

Build / test name in buildbot? In taskcluster?
Firefox Linux 32/64 debug yes yes (tier-2)
Firefox Linux 32/64 opt yes yes (tier-2)
Firefox Linux (everything else) yes no
Firefox OSX64 debug yes yes (tier-2)
Firefox OSX (everything else) yes no
Firefox Windows (all) yes no

How do I find where a build/test job is running?

Relevant source repositories

Buildbot jobs are defined in a pair of repositories:

Taskcluster jobs are mostly defined all in-tree: