Closed
Bug 749288
Opened 13 years ago
Closed 13 years ago
linux comm-central builds use wrong python when calling balrog client
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: rail)
Details
(Whiteboard: [buildbot][thunderbird][balrog])
Attachments
(1 file)
|
813 bytes,
patch
|
rail
:
review+
jhopkins
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
Looks like we need to set PYTHON26 in thunderbird_config.py, because we're getting this error right now:
retry: Calling <function run_with_timeout at 0xb7d560d4> with args: (['python', '/builds/slave/tb-comm-cen-lnx-l10n-ntly/tools/scripts/updates/balrog-client.py', '--build-properties', 'buildprops_balrog.json', '--api-root', 'https://aus4-admin-dev.allizom.org', '--verbose', '--credentials-file', 'BuildSlaves.py'], 1260, None, None, False, True), kwargs: {}, attempt #5
Executing: ['python', '/builds/slave/tb-comm-cen-lnx-l10n-ntly/tools/scripts/updates/balrog-client.py', '--build-properties', 'buildprops_balrog.json', '--api-root', 'https://aus4-admin-dev.allizom.org', '--verbose', '--credentials-file', 'BuildSlaves.py']
Traceback (most recent call last):
File "/builds/slave/tb-comm-cen-lnx-l10n-ntly/tools/scripts/updates/balrog-client.py", line 11, in <module>
from balrog.client.cli import NightlyRunner
File "/builds/slave/tb-comm-cen-lnx-l10n-ntly/tools/lib/python/balrog/client/cli.py", line 7, in <module>
from balrog.client.api import API
File "/builds/slave/tb-comm-cen-lnx-l10n-ntly/tools/lib/python/balrog/client/api.py", line 4, in <module>
import requests
File "/builds/slave/tb-comm-cen-lnx-l10n-ntly/tools/lib/python/vendor/requests-0.10.8/requests/__init__.py", line 25, in <module>
from . import utils
File "/builds/slave/tb-comm-cen-lnx-l10n-ntly/tools/lib/python/vendor/requests-0.10.8/requests/utils.py", line 232
return b"".join(L)
^
Attachment #618741 -
Flags: review?(rail)
Attachment #618741 -
Flags: review?(jhopkins)
| Reporter | ||
Updated•13 years ago
|
Assignee: bhearsum → nobody
Component: Release Engineering → Release Engineering: Automation (General)
QA Contact: release → catlee
| Assignee | ||
Updated•13 years ago
|
Attachment #618741 -
Flags: review?(rail) → review+
Updated•13 years ago
|
Assignee: nobody → rail
Whiteboard: [buildbot][thunderbird][balrog]
Updated•13 years ago
|
Attachment #618741 -
Flags: review?(jhopkins) → review+
| Reporter | ||
Updated•13 years ago
|
Attachment #618741 -
Flags: checked-in+
| Assignee | ||
Comment 1•13 years ago
|
||
Merged to production today
| Reporter | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•