Closed
Bug 1312785
Opened 9 years ago
Closed 5 years ago
Stop using py2.6 in mozharness's multi-locale build
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: Callek)
Details
So, in investigating other changes I caught a py2.6 error with the multi-locale build in mozharness.
Noteworthy, this does not seem to block other work now, since sfraser's py2.7-requiring balrog work will be called from the enclosing main mozharness parts of the job, which are already running as py2.7.
This is still an issue with taskcluster, so will not be invalidated by the BB to TC transition.
The specific call is:
https://dxr.mozilla.org/mozilla-central/rev/c845bfd0accb7e0c29b41713255963b08006e701/testing/mozharness/mozharness/mozilla/building/buildbase.py#1676
04:27:12 INFO - Running command: ['mock_mozilla', '-r', 'mozilla-centos6-x86_64-android', '-q', '--cwd', '/builds/slave/m-cen-and-api-15-ntly-00000000', '--unpriv', '--shell', '/usr/bin/env MOZ_AUTOMATION=1 "LESSOPEN=|/usr/bin/lesspipe.sh %s" TMOUT=86400 IS_NIGHTLY=yes LOGNAME=cltbld USER=cltbld MOZ_OBJDIR=obj-firefox PATH=/tools/buildbot/bin:/usr/local/bin:/bin:/usr/bin .... PROPERTIES_FILE=/builds/slave/m-cen-and-api-15-ntly-00000000/buildprops.json CCACHE_DIR=/builds/ccache CCACHE_COMPRESS=1 TOOLTOOL_CACHE=/builds/tooltool_cache python /builds/slave/m-cen-and-api-15-ntly-00000000/scripts/scripts/multil10n.py --config-file multi_locale/mozilla-central_android.json --config-file multi_locale/android-mozharness-build.json --merge-locales --pull-locale-source --add-locales --package-multi --summary'] in /builds/slave/m-cen-and-api-15-ntly-00000000
and in TC:
[task 2016-10-24T23:11:02.672093Z] 23:11:02 INFO - Running command: ['python', 'build/src/testing/mozharness/scripts/multil10n.py', '--config-file', 'multi_locale/date_android.json', '--config-file', 'multi_locale/android-mozharness-build.json', '--merge-locales', '--pull-locale-source', '--add-locales', '--package-multi', '--summary'] in /home/worker/workspace
Updated•8 years ago
|
Component: General Automation → General
| Assignee | ||
Comment 1•5 years ago
|
||
fixed at some point in the last 3 years
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•