Closed
Bug 858084
Opened 12 years ago
Closed 12 years ago
upload a new talos.zip to to fix the mozcrash issue
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
Attachments
(1 file, 1 obsolete file)
543 bytes,
patch
|
armenzg
:
review+
|
Details | Diff | Splinter Review |
please upload:
http://people.mozilla.org/~jmaher/taloszips/zips/talos.c10f4a861b3d.zip
shasum talos.c10f4a861b3d.zip
0fb71cfbb383ada7064c5004913dc934d0953593 talos.c10f4a861b3d.zip
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Comment on attachment 733345 [details] [diff] [review]
update talos.json (1.0)
Armens-MacBook-Air ~ $ curl -I http://build.mozilla.org/talos/zips/${TALOS_ZIP}
HTTP/1.1 200 OK
Date: Thu, 04 Apr 2013 15:36:34 GMT
Server: Apache
Last-Modified: Thu, 04 Apr 2013 15:28:11 GMT
ETag: "a60ff9"
Accept-Ranges: bytes
Content-Length: 10883065
Connection: close
Content-Type: application/zip
Armens-MacBook-Air ~ $ ssh ${RELENGWEB_USER}@build.mozilla.org "sha1sum /var/www/html/build/talos/zips/${TALOS_ZIP}"
0fb71cfbb383ada7064c5004913dc934d0953593 /var/www/html/build/talos/zips/talos.c10f4a861b3d.zip
Attachment #733345 -
Flags: review?(armenzg) → review+
Comment 3•12 years ago
|
||
Backed out for bustage.
https://hg.mozilla.org/integration/mozilla-inbound/rev/6c18d264e0b5
https://tbpl.mozilla.org/php/getParsedLog.php?id=21434955&tree=Mozilla-Inbound
Traceback (most recent call last):
File "run_tests.py", line 21, in <module>
from ttest import TTest
File "/home/cltbld/talos-slave/talos-data/talos/ttest.py", line 27, in <module>
import mozcrash
File "/home/cltbld/talos-slave/talos-data/talos/mozcrash.py", line 18, in <module>
from mozfile import extract_zip
ImportError: No module named mozfile
program finished with exit code 1
Comment 4•12 years ago
|
||
Beh, I should have caught this in review :( My bad. Note also this could have been caught with try. We should add mozfile as well to our crazy list of crap in create_talos_zip.py .
[OT note for posterity: this is why it is very important that we don't lose (sigh) python 2.4 compatability for any mozbase package that might be used for talos until we can lose that restriction]
Assignee | ||
Comment 5•12 years ago
|
||
ok, we need to solve this same issue and this time I have a new talos.zip proven on try server:
http://people.mozilla.org/~jmaher/taloszips/zips/talos.14fa38235252.zip
shasum talos.14fa38235252.zip
5ca2f542ef3567864e7bab3183d07b435f79126b talos.14fa38235252.zip
Assignee | ||
Comment 6•12 years ago
|
||
Attachment #733345 -
Attachment is obsolete: true
Attachment #736371 -
Flags: review?(armenzg)
Comment 7•12 years ago
|
||
Comment on attachment 736371 [details] [diff] [review]
updated talos.json (2.0)
Review of attachment 736371 [details] [diff] [review]:
-----------------------------------------------------------------
Armens-MacBook-Air ~ $ curl -I http://build.mozilla.org/talos/zips/${TALOS_ZIP}
HTTP/1.1 200 OK
Date: Thu, 11 Apr 2013 17:59:39 GMT
Server: Apache
X-Backend-Server: relengweb1.dmz.scl3.mozilla.com
Last-Modified: Thu, 11 Apr 2013 17:59:29 GMT
ETag: "a6014e"
Accept-Ranges: bytes
Content-Length: 10879310
Connection: close
Content-Type: application/zip
Armens-MacBook-Air ~ $ ssh ${RELENGWEB_USER}@build.mozilla.org "sha1sum /var/www/html/build/talos/zips/${TALOS_ZIP}"
5ca2f542ef3567864e7bab3183d07b435f79126b /var/www/html/build/talos/zips/talos.14fa38235252.zip
Attachment #736371 -
Flags: review?(armenzg) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•