Bug 1401504 Fix balrog platform used for linux32 lookups r=jlorenzo draft
authorSimon Fraser <sfraser@mozilla.com>
Wed, 20 Sep 2017 12:06:45 +0100
changeset 667609 194926a02f480fdb4a9a6bc1640e71e17939358c
parent 667608 a20de99fa3c1ba6287fe47d493a859a4e95120b0
child 732440 f1b3941563f00723c6a5e6646f45014826dc0a6e
push id80772
push usersfraser@mozilla.com
push dateWed, 20 Sep 2017 11:09:21 +0000
reviewersjlorenzo
bugs1401504
milestone57.0a1
Bug 1401504 Fix balrog platform used for linux32 lookups r=jlorenzo MozReview-Commit-ID: 5sFW4qxj4dU
taskcluster/taskgraph/util/partials.py
--- a/taskcluster/taskgraph/util/partials.py
+++ b/taskcluster/taskgraph/util/partials.py
@@ -17,16 +17,19 @@ PLATFORM_RENAMES = {
     'windows2012-64': 'win64',
     'osx-cross': 'macosx64',
 }
 
 BALROG_PLATFORM_MAP = {
     "linux": [
         "Linux_x86-gcc3"
     ],
+    "linux32": [
+        "Linux_x86-gcc3"
+    ],
     "linux64": [
         "Linux_x86_64-gcc3"
     ],
     "macosx64": [
         "Darwin_x86_64-gcc3-u-i386-x86_64",
         "Darwin_x86-gcc3-u-i386-x86_64",
         "Darwin_x86-gcc3",
         "Darwin_x86_64-gcc3"