Closed
Bug 744495
Opened 13 years ago
Closed 13 years ago
XulRunner candidate builds don't set product property and inherit default 'firefox' value
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
Details
Attachments
(1 file)
1.72 KB,
patch
|
catlee
:
review+
|
Details | Diff | Splinter Review |
Seen today when implementing the Mozilla CI solution for beta candidate builds. Some XulRunner builders do not have the right product set in the properties, so Pulse gives us a false information with product='firefox' when testing Firefox builds only.
{
u'toolsdir': u'/builds/slave/rel-m-beta-xr-lnx-bld/tools',
u'got_revision': u'4b1d4ddf1fb4',
u'forced_clobber': False,
u'purge_actual': u'7.07GB',
u'buildnumber': 54,
u'build_number': 1,
u'builddir': u'rel-m-beta-xr-lnx-bld',
u'slavename': u'moz2-linux-slave41',
u'basedir': u'/builds/slave/rel-m-beta-xr-lnx-bld',
u'comments': '',
u'purge_target': u'6GB',
u'platform': u'linux',
u'version': u'12.0b5',
u'master': u'http://buildbot-master08.build.sjc1.mozilla.com:8001/',
u'branch': u'release-mozilla-beta',
u'revision': u'None',
u'product': u'firefox',
u'repository': '',
u'buildername': u'release-mozilla-beta-xulrunner_linux_build',
u'buildid': u'20120411064248',
u'hashType': u'sha512',
u'scheduler': u'release-mozilla-beta-firefox_build',
u'packageUrl': u'http://stage.mozilla.org/pub/mozilla.org/xulrunner/nightly/12.0b5-candidates/build1/runtimes/xulrunner-12.0b5.en-US.linux-i686.tar.bz2',
u'script_repo_revision': u'FIREFOX_12_0b5_RELEASE',
u'purged_clobber': True,
u'project': '',
u'products': u'firefox,fennec',
u'periodic_clobber': False,
u'builduid': u'ae96c870ec57466da51776ae36106ca6',
u'slavebuilddir': u'rel-m-beta-xr-lnx-bld'
}
As given by Chris we have to add the product property here:
http://hg.mozilla.org/build/buildbotcustom/file/default/process/release.py#l852
I will work on it right now. Expect a patch shortly.
Updated•13 years ago
|
Assignee: nobody → hskupin
Assignee | ||
Comment 1•13 years ago
|
||
So I have updated two entries for the xulrunner build config. One for the real builds and another for the dummy xulrunner builds. I think that both should identify themselves as xulrunner product.
Attachment #614155 -
Flags: review?(catlee)
Updated•13 years ago
|
Attachment #614155 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•