Closed
Bug 647122
Opened 14 years ago
Closed 14 years ago
run-jetpack.sh on jetpack tree downloads stale build of Add-on SDK
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myk, Unassigned)
References
Details
Attachments
(1 file)
|
851 bytes,
patch
|
mozilla
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
Currently, on the jetpack tree, all builds fail tests because of a test timeout that appears to be caused by the run-jetpack.sh script downloading a stale Add-on SDK build that isn't compatible with the latest mozilla-central builds.
For example, see these jetpack-fedora logs from March 22 and 31:
March 22: http://tinderbox.mozilla.org/showlog.cgi?log=Jetpack/1300863119.1300863216.12813.gz&fulltext=1
March 31: http://tinderbox.mozilla.org/showlog.cgi?log=Jetpack/1301609546.1301609999.32730.gz&fulltext=1
They both download the same stale package from March 8:
--2011-03-31 15:12:39-- http://people.mozilla.org/~ctalbert/jetpack/tip.tar.bz2
Resolving people.mozilla.org... 10.2.74.108
Connecting to people.mozilla.org|10.2.74.108|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6964804 (6.6M) [application/x-bzip2]
Saving to: `jetpack.tar.bz2'
run-jetpack.sh should download the latest tip package from http://hg.mozilla.org/projects/addon-sdk/archive/tip.tar.bz2.
Note: this only happens on the jetpack tree; the mozilla-central tree appears to be using a different version of run-jetpack.sh that doesn't have this problem.
The problem appears to be in line 50 of run_jetpack.sh:
http://mxr.mozilla.org/build/source/tools/buildfarm/utils/run_jetpack.sh#50
Comment 1•14 years ago
|
||
debugged in irc with myk and ctalbert.
Attachment #523639 -
Flags: review?(aki)
Updated•14 years ago
|
Attachment #523639 -
Flags: review?(aki) → review+
Updated•14 years ago
|
Attachment #523639 -
Flags: checked-in?
Comment 2•14 years ago
|
||
Comment on attachment 523639 [details] [diff] [review]
stop using obsolete test file on ctalberts account, revert to using live jetpack tarfile
http://hg.mozilla.org/build/tools/rev/e383a27157ee
Attachment #523639 -
Flags: checked-in? → checked-in+
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
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
•