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)

x86
Linux
defect
Not set
normal

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?
Much easier for us if you create the .zip file you want deployed and direct us to it.
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.
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.
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.
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.
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
was this updated?
(In reply to comment #7) > was this updated? no
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.
Assignee: nobody → lsblakk
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
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
$ 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
done [jford@dm-wwwbuild01 ~]$ openssl sha1 /var/www/html/build/talos/zips/talos.zip SHA1(/var/www/html/build/talos/zips/talos.zip)= 363950280f40950db2d50a2d29c0d09185c5be9a
Flags: needs-treeclosure? → needs-treeclosure+
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.