Bug 1245585 - turn off android talos tests which run on the panda boards r=aselagea
authorkmoir@mozilla.com
Thu, 10 Mar 2016 13:53:51 -0500 (2016-03-10)
changeset 13949 771999c6f4efece57bb578f1367556fbe6a365c9
parent 13948 1bbe091937b40a840ba8ef4b130dea411ec7d8be
child 13952 cf9b859c9d8c3015b767a5bb40114dc1ab7ac4c8
push id9805
push userkmoir@mozilla.com
push dateThu, 10 Mar 2016 18:54:00 +0000 (2016-03-10)
reviewersaselagea
bugs1245585
Bug 1245585 - turn off android talos tests which run on the panda boards r=aselagea
mozilla-tests/BuildSlaves.py.template
mozilla-tests/production_config.py
--- a/mozilla-tests/BuildSlaves.py.template
+++ b/mozilla-tests/BuildSlaves.py.template
@@ -30,17 +30,16 @@ SlavePasswords = {
     "win7-all": "pass",
     "win8": "pass",
     "win8_64": "pass",
     "win10": "pass",
     "win10_64": "pass",
     "w764": "pass",
     "win64_vm": "pass",
     "vista": "pass",
-    "panda_android": "pass",
 }
 
 datazillaAuth = {
     'talos': {
         'oauthKey': 'blahblah',
         'oauthSecret': 'blahblah',
     },
     'jetperf': {
--- a/mozilla-tests/production_config.py
+++ b/mozilla-tests/production_config.py
@@ -2,17 +2,16 @@ SLAVES = {
     'xp-ix': {},
     'win7-ix': {},
     'win7-all': {},
     'win8': {},
     'win10': {},
     'snowleopard': {},
     'yosemite': {},
     'yosemite_r7': {},
-    'panda_android': {},
     'ubuntu32_vm': {},
     'ubuntu64_vm': {},
     'ubuntu64_vm_large': {},
     'ubuntu64_vm_lnx_large': {},
     'ubuntu64-asan_vm_lnx_large': {},
     'ubuntu64_hw': {},
     'win64_vm': {},
 }
@@ -39,22 +38,16 @@ for i in range(1, 34) + range(35, 93) + 
     SLAVES['snowleopard']['t-snow-r4-%04i' % i] = {}
 
 for i in range(1, 3) + range(7, 8):   #slaves decomm bug 1226180
     SLAVES['yosemite']['t-yosemite-r5-%04i' % i] = {}
 
 for i in range(1, 201):
     SLAVES['yosemite_r7']['t-yosemite-r7-%04i' % i] = {}
 
-for i in range(22, 910):
-    SLAVES['panda_android']['panda-%04i' % i] = {
-        'http_port': '30%03i' % i,
-        'ssl_port': '31%03i' % i,
-    }
-
 for i in range(1, 800) + range(1000, 1100):
     SLAVES['ubuntu32_vm']['tst-linux32-spot-%03i' % i] = {}
 
 for i in range(1, 200) + range(301, 500) + range(601, 800) + range(901, 1100) + range(1201, 1452):  # Bug 1252248
     SLAVES['ubuntu64_vm_large']['tst-emulator64-spot-%03i' % i] = {}
 
 for i in range(1, 2601):  # Bug 1252248
     SLAVES['ubuntu64_vm']['tst-linux64-spot-%03i' % i] = {}