Bug 1302530 - Add ondemand g-w732 instances r=rail
authorChris AtLee <catlee@mozilla.com>
Wed, 14 Sep 2016 15:57:34 -0400
changeset 14418 ba50299bcd9fe86df5aa694a0a027ee2168041b0
parent 14417 1911d93964d031691a083184130c0f9e1201fc7c
child 14419 46e667b9878b3fa1e23f8b3d27506b65025693dc
push id108
push usercatlee@mozilla.com
push dateWed, 14 Sep 2016 19:57:50 +0000
reviewersrail
bugs1302530
Bug 1302530 - Add ondemand g-w732 instances r=rail MozReview-Commit-ID: Dq3lrtziJAq
mozilla-tests/production_config.py
--- a/mozilla-tests/production_config.py
+++ b/mozilla-tests/production_config.py
@@ -24,16 +24,20 @@ for i in range(1, 151):   #  Move 111 ma
     SLAVES['win7_ix']['t-w732-ix-%03i' % i] = {}
 
 for i in range(1, 101) + range(102, 600):  # Omit 101 due to win7 golden issues // Bug 1223509
     SLAVES['win7_vm']['t-w732-spot-%03i' % i] = {}
 
 for i in range(1, 101):
     SLAVES['win7_vm_gfx']['g-w732-spot-%03i' % i] = {}
 
+# Bug 1302530 - Add ondemand g-w732 instances
+for i in range(1, 101):
+    SLAVES['win7_vm_gfx']['g-w732-ec2-%03i' % i] = {}
+
 for i in range(1, 102) + range(103, 236):  # Omit 102 for win10 // Bug 1191481 // Bug 1255812 // Bug 1299468
     SLAVES['win8']['t-w864-ix-%03i' % i] = {}
 
 for i in range(1, 3) + range(11, 12):  # Bug 1252258
     SLAVES['win10']['t-w1064-ix-%04i' % i] = {}
 for i in range(102, 103):  # Use win8's 102 for win10 // Bug 1191481
     SLAVES['win10']['t-w864-ix-%03i' % i] = {}