bug 1403713 - fix pine decision task. r=callek
authorAki Sasaki <asasaki@mozilla.com>
Wed, 27 Sep 2017 13:54:09 -0700
changeset 15455 27307915c6591a3f7ecb0c513d32eda15c0191f7
parent 15454 9759acb56ba1c3ed38553d392bb3c64baeaf5a7f
child 15456 cb2a80daad6b42049d6d1a03af6c8e3fa191bf8c
child 15564 0d01486dee2926450b0e8dac4276790b1c7066d1
push id196
push userasasaki@mozilla.com
push dateWed, 27 Sep 2017 20:54:18 +0000
reviewerscallek
bugs1403713
bug 1403713 - fix pine decision task. r=callek MozReview-Commit-ID: KPlpuvLuQXY
mozilla/project_branches.py
--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -373,31 +373,21 @@ PROJECT_BRANCHES = {
             'win32': {
                 'nightly_signing_servers': 'nightly-signing',
             },
             'win64': {
                 'nightly_signing_servers': 'nightly-signing',
             },
         },
     },
-    # Not needed whilst booked for bug 929203.
     'pine': {
         'enable_perproduct_builds': False,
-        'lock_platforms': True,
         'mozharness_tag': 'default',
         'enable_opt_unittests': True,
         'enable_talos': True,
-        'platforms': {
-            'linux64': {},
-            'linux64-debug': {},
-            'macosx64': {},
-            'macosx64-debug': {},
-            'win64': {},
-            'win64-debug': {},
-        },
     },
     'graphics': {
         'enable_perproduct_builds': False,
         'mozharness_tag': 'default',
         'enable_opt_unittests': True,
         'enable_talos': True,
     },
 }