ReleaseEngineering/Buildbot Migration: Difference between revisions
Jump to navigation
Jump to search
(→Current state: current migration status) |
|||
Line 6: | Line 6: | ||
! Build / test name !! in buildbot? !! In taskcluster? | ! Build / test name !! in buildbot? !! In taskcluster? | ||
|- | |- | ||
| Firefox Linux 32/64 debug || | | Firefox Linux 32/64 debug || no || yes (tier-1) | ||
|- | |- | ||
| Firefox Linux 32/64 opt || | | Firefox Linux 32/64 opt || no || yes (tier-1) | ||
|- | |- | ||
| Firefox Linux (everything else) || | | Firefox Linux (everything else) || no || yes | ||
|- | |- | ||
| Firefox OSX64 debug || yes || yes (tier-2) | | Firefox OSX64 debug || yes || yes (tier-2) | ||
Line 16: | Line 16: | ||
| Firefox OSX (everything else) || yes || no | | Firefox OSX (everything else) || yes || no | ||
|- | |- | ||
| Firefox Windows (all) || yes || | | Firefox Windows (all) || yes || some (tier-3) | ||
|} | |} | ||
Revision as of 14:25, 27 April 2017
Current state
Unless otherwise stated, assume builds/tests are running in buildbot.
Build / test name | in buildbot? | In taskcluster? |
---|---|---|
Firefox Linux 32/64 debug | no | yes (tier-1) |
Firefox Linux 32/64 opt | no | yes (tier-1) |
Firefox Linux (everything else) | no | yes |
Firefox OSX64 debug | yes | yes (tier-2) |
Firefox OSX (everything else) | yes | no |
Firefox Windows (all) | yes | some (tier-3) |
How do I find where a build/test job is running?
The best approach is the examine the job on treeherder. Click on the job you're interested in, and look at the information on the bottom-left. Taskcluster jobs have [TC] in their name. They also have "Machine: unknown". Buildbot jobs have specific machine names specified, e.g. "Machine: bld-linux64-spot-134"
Relevant source repositories
Buildbot jobs are defined in a pair of repositories:
Taskcluster jobs are mostly defined all in-tree: