Closed
Bug 574536
Opened 15 years ago
Closed 15 years ago
Should not be trying to package debug builds on 1.9.1
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(status1.9.1 wanted)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.1 | --- | wanted |
People
(Reporter: philor, Assigned: nthomas)
References
Details
(Whiteboard: [automation])
Attachments
(1 file)
|
1.63 KB,
patch
|
catlee
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
The debug Linux builds on Firefox3.5 have been burning since last Sunday from an error in the "make package" step, which is sort of weird since really every platform's debug builds should be burning, and should have been burning since whenever someone turned on packaging of debug builds on 1.9.1.
You can only package debug builds on mozilla-central, since that's where it became possible to build libxul+debug, which is what you should have to do to get past the packaging makefile's check, and is what you have to do to make a package that will run, since the package-manifest file doesn't include all the necessary files for a --disable-libxul build to work.
Not giving this the proper severity, blocker, since apparently nobody actually cared that the Linux debug builds had been red for four days, so it can't be described as "stopping development."
status1.9.1:
--- → wanted
| Assignee | ||
Comment 1•15 years ago
|
||
Looks like this is a regression from switching to buildbot 0.8.0, as I can't find any make_upload steps for linux 1.9.1 debug in the statusdb prior to 2010-06-18 20:47:05 UTC. By inspection we're calling make package/upload for 1.9.1 mac, and 1.9.2 linux & mac, but not win32 for those branches.
May explain my confusion at bug 400083 comment #41.
| Assignee | ||
Comment 2•15 years ago
|
||
There's a lot of red debug builds adding noise to the 1.9.1 tree, gonna fix this.
Assignee: nobody → nrthomas
Priority: P3 → P2
| Assignee | ||
Comment 3•15 years ago
|
||
Making this config change removes the following steps from the 1.9.1 leak test factories (as reported by braindump/buildbot-related/builder_list.py)
make_package-tests
make_package
find_filepath
set_package_filename
set_package_size
set_package_hash
unset_filepath
get_buildid
get_app_version
make_upload
2x sendchanges
and we doesn't touch any other branches. We don't need any of those steps for 1.9.1 since we don't use the builds for tests elsewhere.
Attachment #463975 -
Flags: review?(catlee)
Updated•15 years ago
|
Attachment #463975 -
Flags: review?(catlee) → review+
| Assignee | ||
Comment 4•15 years ago
|
||
Comment on attachment 463975 [details] [diff] [review]
Disable packaging and uploads
http://hg.mozilla.org/build/buildbot-configs/rev/39f848ff18cc
Attachment #463975 -
Flags: checked-in+
| Assignee | ||
Comment 5•15 years ago
|
||
pm01 and 03 reconfig'd and a linux build went green. Others pending. Will reopen if they don't work.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•15 years ago
|
||
Followup to fix linux64 too:
http://hg.mozilla.org/build/buildbot-configs/rev/c8fd73f69796
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
•