Closed
Bug 734136
Opened 13 years ago
Closed 13 years ago
Include PyYAML in talos.zip
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: wlach)
References
Details
Attachments
(1 file)
3.04 KB,
patch
|
k0scist
:
review+
|
Details | Diff | Splinter Review |
If we do that, we can change the version of python used without installing a corresponding version of PyYAML. This will make it easier to fix bug 726700 (remove pywin32 dep) because it *should* mean we can upgrade the version of talos used without changing the configuration of the slaves.
Assignee | ||
Comment 1•13 years ago
|
||
(In reply to William Lachance (:wlach) from comment #0)
> If we do that, we can change the version of python used without installing a
> corresponding version of PyYAML. This will make it easier to fix bug 726700
> (remove pywin32 dep) because it *should* mean we can upgrade the version of
> talos used without changing the configuration of the slaves.
That should of course have said "we can upgrade the version of *python* used without changing the configuration of the slaves"
Assignee | ||
Updated•13 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → wlachance
Assignee | ||
Comment 2•13 years ago
|
||
Very straightforward patch. We peg to the last revision which supported python 2.4, as we still want to support that initially.
Attachment #604141 -
Flags: review?(jhammel)
Comment 3•13 years ago
|
||
Comment on attachment 604141 [details] [diff] [review]
Include PyYAML in talos.zip
wfm; in the future we might consider having a better format for these things
(also, make sure to test)
Attachment #604141 -
Flags: review?(jhammel) → review+
Comment 4•13 years ago
|
||
Try run for 6a8b7be24b9c is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=6a8b7be24b9c
Results (out of 14 total builds):
exception: 14
Builds (or logs if builds failed) available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/wlachance@mozilla.com-6a8b7be24b9c
Comment 5•13 years ago
|
||
Try run for 1b4b2088d316 is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=1b4b2088d316
Results (out of 79 total builds):
exception: 1
success: 62
failure: 16
Builds (or logs if builds failed) available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/wlachance@mozilla.com-1b4b2088d316
Assignee | ||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•13 years ago
|
||
Oops, it looks like that didn't work out so well on Windows. I need to pay closer attention to try logs, apparently. Backed out.
After some testing, it appears that 3.10 broke python 2.4 compatibility. The previous version (r360) appears to work fine though, so let's try that.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 8•13 years ago
|
||
Try run for 10700f50e2fc is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=10700f50e2fc
Results (out of 60 total builds):
success: 60
Builds (or logs if builds failed) available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/wlachance@mozilla.com-10700f50e2fc
Assignee | ||
Comment 9•13 years ago
|
||
(In reply to Mozilla RelEng Bot from comment #8)
> Try run for 10700f50e2fc is complete.
> Detailed breakdown of the results available here:
> https://tbpl.mozilla.org/?tree=Try&rev=10700f50e2fc
> Results (out of 60 total builds):
> success: 60
> Builds (or logs if builds failed) available at:
> http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/wlachance@mozilla.
> com-10700f50e2fc
Looks pretty green to me!
Assignee | ||
Comment 10•13 years ago
|
||
Pushed updated version:
http://hg.mozilla.org/build/talos/rev/cb3dd73f0524
(note that this won't actually be applied until we generate and use a new talos.zip)
Assignee | ||
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•