Closed
Bug 803954
Opened 13 years ago
Closed 13 years ago
Install Python 2.7 on l10n slaves
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: coop)
References
Details
Attachments
(2 files)
|
1.27 KB,
patch
|
armenzg
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
|
1.19 KB,
patch
|
armenzg
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
bug 800614 added a configure check for python 2.6, which our l10n windows slaves don't have.
Comment 1•13 years ago
|
||
Unless RelEng say they can install newer Python on the l10n slaves pretty quickly, I suppose we should back out the requirement for 2.6.
Comment 2•13 years ago
|
||
Bug 800614 will get backed out as soon as the trees reopen. Repurposing bug for RelEng to install 2.7 on the l10n slaves.
Chris: these (and SeaMonkey) are the only builders not running 2.7. The new build system work I'm doing in bug 784841 will require 2.7. Could you please assign someone to work on this?
Blocks: 724191
Flags: needinfo?(coop)
Summary: Windows l10n slaves require python 2.6, but have 2.5 → Install Python 2.7 on l10n slaves
Comment 3•13 years ago
|
||
We have python 2.7 installed on all builders IIUC.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → coop
Status: NEW → ASSIGNED
OS: Windows 7 → Windows Server 2003
Priority: -- → P1
| Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Armen Zambrano G. [:armenzg] from comment #3)
> We have python 2.7 installed on all builders IIUC.
Yes, python 2.7 is already installed on the mw32 slaves, but may not be findable in the PATH.
I'll see if fixing the PATH in env.py gets us unblocked here.
Flags: needinfo?(coop)
| Assignee | ||
Comment 5•13 years ago
|
||
(In reply to Chris Cooper [:coop] from comment #4)
> I'll see if fixing the PATH in env.py gets us unblocked here.
I've amended the PATH, and also explicitly made a copy of d:\mozilla-build\python27\python.exe as d:\mozilla-build\python27\python2.7.exe on all the mw32-ix slaves.
Patches incoming.
| Assignee | ||
Comment 6•13 years ago
|
||
Attachment #673906 -
Flags: review?(armenzg)
Updated•13 years ago
|
Attachment #673906 -
Flags: review?(armenzg) → review+
| Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 673906 [details] [diff] [review]
Add python27 to PATH on win32
https://hg.mozilla.org/build/buildbot-configs/rev/030932f9b8b1
Attachment #673906 -
Flags: checked-in+
Comment 8•13 years ago
|
||
This is live.
| Reporter | ||
Comment 10•13 years ago
|
||
mw32-ix-slave10 had problems with the virtualenv, http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-l10n-ta-LK/1351006168.1351006277.4823.gz&fulltext=1.
No idea what's up with aurora on http://l10n.mozilla-community.org/~axel/nightlies/?date=2012-10-23
Comment 11•13 years ago
|
||
(In reply to Axel Hecht [:Pike] (back Oct 29) from comment #10)
> mw32-ix-slave10 had problems with the virtualenv,
> http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-l10n-ta-LK/1351006168.
> 1351006277.4823.gz&fulltext=1.
This was bug 804536 and is fixed m-c.
Comment 12•13 years ago
|
||
Unfortunately Thunderbird is now broken (see bug 806806) due to bug 800614 having landed and this bug didn't fix the Thunderbird config :-(
| Assignee | ||
Comment 13•13 years ago
|
||
Attachment #677045 -
Flags: review?(armenzg)
Updated•13 years ago
|
Attachment #677045 -
Flags: review?(armenzg) → review+
| Assignee | ||
Comment 14•13 years ago
|
||
Comment on attachment 677045 [details] [diff] [review]
Add python27 to PATH on win32 for Thunderbird
https://hg.mozilla.org/build/buildbot-configs/rev/b5142be5bd6c
Attachment #677045 -
Flags: checked-in+
Comment 15•13 years ago
|
||
In production.
Comment 16•13 years ago
|
||
(In reply to Chris Cooper [:coop] from comment #14)
> Comment on attachment 677045 [details] [diff] [review]
> Add python27 to PATH on win32 for Thunderbird
>
> https://hg.mozilla.org/build/buildbot-configs/rev/b5142be5bd6c
Thanks, that's fixed it for Thunderbird.
| Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•8 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•