Closed
Bug 604128
Opened 15 years ago
Closed 15 years ago
update talos.zip from hg repository during the next talos downtime
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Unassigned)
References
Details
in bug 601634, we updated talos to support the --test-timeout flag. This is needed for remote testing on devices and allows them to finish longer test runs if they take >20 minutes.
we need to pull the hg source and create a talos.zip during the next downtime to absorb these changes.
Flags: needs-treeclosure?
Comment 1•15 years ago
|
||
Much easier for us if you create the .zip file you want deployed and direct us to it.
| Reporter | ||
Comment 2•15 years ago
|
||
where is this .zip normally stored, in a people account? It seems safer to pull from hg, but I can upload a working .zip file somewhere.
Comment 3•15 years ago
|
||
Pulling from hg is fine, but I'd like explicit instructions, including revision, about how to get the .zip from hg. This is why I said it's easier if you get the files you want in a .zip and put it somewhere, and then we can deploy it during the next downtime.
Comment 4•15 years ago
|
||
We'll want changeset 63d6234bcf86 from http://hg.mozilla.org/build/talos/
hg clone http://hg.mozilla.org/build/talos/
zip -r talos.zip talos
ie, the zip should contain a talos directory.
This can also be accomplished by doing an hg pull -u on the zip already on the build server.
Comment 5•15 years ago
|
||
The next downtime window is 1-4pm Pacific time, on Sunday October 17th. Nthomas and Aki will be around during this time to coordinate with for landing this.
Comment 6•15 years ago
|
||
Joel, please start putting 'bug XXXXXX' or 'b=XXXXXX' references in your checkin comments. This isn't really unhelpful when spelunking for regressions
http://hg.mozilla.org/build/talos/pushloghtml?fromchange=bd373f708dce&tochange=63d6234bcf86
| Reporter | ||
Comment 7•15 years ago
|
||
was this updated?
Comment 8•15 years ago
|
||
(In reply to comment #7)
> was this updated?
no
Comment 9•15 years ago
|
||
Joel or Alice, if one of you can create the .zip file, I can upload it to update in a non-downtime where we can watch the tree and ensure that nothing breaks unless either of you feel this must happen during a tree-closed downtime in which case we can try to schedule one for Thursday morning bright and early.
Updated•15 years ago
|
Assignee: nobody → lsblakk
| Reporter | ||
Comment 10•15 years ago
|
||
I have done a fresh pull from hg as alice mentioned in comment #4 above and uploaded the talos.zip file to:
http://people.mozilla.org/~jmaher/talos.zip
Comment 11•15 years ago
|
||
I'm putting this back into the triage queue so it can get picked up in the next
downtime by the buildduty person. Without Alice around to confirm if we can put
in the new .zip without downtime I don't want to risk it.
Assignee: lsblakk → nobody
Comment 12•15 years ago
|
||
$ mkdir old-zips
$ cp /var/www/html/build/talos/zips/talos.zip old-zips/
$ cd old-zips
$ openssl sha1 talos.zip
SHA1(talos.zip)= 2e618ff2cdcd74bf83419ed161463013420f5eba
$ cd ..
$ wget http://people.mozilla.org/~jmaher/talos.zip
$ openssl sha1 talos.zip
SHA1(talos.zip)= 363950280f40950db2d50a2d29c0d09185c5be9a
waiting on bug 607420 to be processed to run:
$ cp talos.zip /var/www/html/build/talos/zips/talos.zip
Comment 13•15 years ago
|
||
done
[jford@dm-wwwbuild01 ~]$ openssl sha1 /var/www/html/build/talos/zips/talos.zip
SHA1(/var/www/html/build/talos/zips/talos.zip)= 363950280f40950db2d50a2d29c0d09185c5be9a
Updated•15 years ago
|
Flags: needs-treeclosure? → needs-treeclosure+
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•