Bug 1245585 - turn off android talos tests which run on the panda boards r=aselagea
--- 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] = {}