ReleaseEngineering/Buildbot Migration: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Current state: Finished migration)
mNo edit summary
Line 1: Line 1:
== Current state ==
== Current state ==
As of April 2018, only Firefox ESR52 is running in buildbot. Expected EOL is late August / early September 2018.
As of April 2018, only Firefox ESR52 is running in buildbot. Expected EOL is late August / early September 2018.
== How do I find where a build/test job is running? ==
The best approach is the examine the job on [https://treeherder.mozilla.org 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:
* [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 18:07, 9 May 2018

Current state

As of April 2018, only Firefox ESR52 is running in buildbot. Expected EOL is late August / early September 2018.