Closed
Bug 861132
Opened 13 years ago
Closed 13 years ago
upload new talos.zip to capture tresize adjustment to time collection
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: kmoir)
References
Details
Attachments
(1 file)
|
559 bytes,
patch
|
kmoir
:
review+
kmoir
:
review+
|
Details | Diff | Splinter Review |
yesterday we tested and landed an adjustment to tresize to use performance.now() instead of date.now(). This is a much more precise counter and should yield more detailed and accurate numbers.
Please upload:
http://people.mozilla.org/~jmaher/taloszips/zips/talos.527ed20483a8.zip
shasum talos.527ed20483a8.zip
ad3024d7bf5c538a18ae20ed0564cc5cfdeec134 talos.527ed20483a8.zip
| Reporter | ||
Comment 1•13 years ago
|
||
please review this after verifying the shasum on the build.mozilla.org server.
Attachment #736761 -
Flags: review?(kmoir)
| Assignee | ||
Comment 2•13 years ago
|
||
mozillas-MacBook-Pro-2:bug861132 export URL=http://people.mozilla.org/~jmaher/taloszips/zips/talos.527ed20483a8.zip
mozillas-MacBook-Pro-2:bug861132 export TALOS_ZIP=`basename $URL`
mozillas-MacBook-Pro-2:bug861132 wget $URL
mozillas-MacBook-Pro-2:bug861132 kmoir$ export RELENGWEB_USER=`whoami`
mozillas-MacBook-Pro-2:bug861132 kmoir$ scp ${TALOS_ZIP} ${RELENGWEB_USER}@relengweb1.dmz.scl3.mozilla.com:/var/www/html/build/talos/zips
talos.527ed20483a8.zip
mozillas-MacBook-Pro-2:bug861132 kmoir$ ssh ${RELENGWEB_USER}@build.mozilla.org "chmod 644 /var/www/html/build/talos/zips/${TALOS_ZIP}"
mozillas-MacBook-Pro-2:bug861132 kmoir$ ssh ${RELENGWEB_USER}@build.mozilla.org "sha1sum /var/www/html/build/talos/zips/${TALOS_ZIP}"
ad3024d7bf5c538a18ae20ed0564cc5cfdeec134 /var/www/html/build/talos/zips/talos.527ed20483a8.zip
mozillas-MacBook-Pro-2:tmp kmoir$ curl -I http://build.mozilla.org/talos/zips/${TALOS_ZIP}
HTTP/1.1 200 OK
Date: Fri, 12 Apr 2013 12:46:01 GMT
Server: Apache
X-Backend-Server: relengweb1.dmz.scl3.mozilla.com
Last-Modified: Fri, 12 Apr 2013 12:45:20 GMT
ETag: "a6014b"
Accept-Ranges: bytes
Content-Length: 10879307
Connection: close
Content-Type: application/zip
Assignee: nobody → kmoir
| Assignee | ||
Updated•13 years ago
|
Attachment #736761 -
Flags: review+
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 736761 [details] [diff] [review]
update the reference in the tree (1.0)
I added a r+ to this a while ago but not under the original request by accident. Since bugzilla is nagging me about the review, I'll + it too :-)
Attachment #736761 -
Flags: review?(kmoir) → review+
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•