Commit 23a96dc1 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Move all CrOS hardware tests to new template pool.

Bug: 812428
Change-Id: I5960d158ff820180c8ecf320aaf3833c5aa675d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089989Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747446}
parent e5eee455
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
{ {
"device_type": "kevin", "device_type": "kevin",
"os": "ChromeOS", "os": "ChromeOS",
"pool": "chrome-cros-dut" "pool": "chrome-cros-dut.template"
} }
] ]
}, },
...@@ -696,7 +696,7 @@ ...@@ -696,7 +696,7 @@
{ {
"device_type": "kevin", "device_type": "kevin",
"os": "ChromeOS", "os": "ChromeOS",
"pool": "chrome-cros-dut" "pool": "chrome-cros-dut.template"
} }
], ],
"idempotent": false "idempotent": false
...@@ -718,7 +718,7 @@ ...@@ -718,7 +718,7 @@
{ {
"device_type": "kevin", "device_type": "kevin",
"os": "ChromeOS", "os": "ChromeOS",
"pool": "chrome-cros-dut" "pool": "chrome-cros-dut.template"
} }
] ]
}, },
...@@ -738,7 +738,7 @@ ...@@ -738,7 +738,7 @@
{ {
"device_type": "kevin", "device_type": "kevin",
"os": "ChromeOS", "os": "ChromeOS",
"pool": "chrome-cros-dut" "pool": "chrome-cros-dut.template"
} }
], ],
"idempotent": false "idempotent": false
...@@ -769,7 +769,7 @@ ...@@ -769,7 +769,7 @@
{ {
"device_type": "kevin", "device_type": "kevin",
"os": "ChromeOS", "os": "ChromeOS",
"pool": "chrome-cros-dut" "pool": "chrome-cros-dut.template"
} }
], ],
"idempotent": false, "idempotent": false,
...@@ -798,7 +798,7 @@ ...@@ -798,7 +798,7 @@
{ {
"device_type": "kevin", "device_type": "kevin",
"os": "ChromeOS", "os": "ChromeOS",
"pool": "chrome-cros-dut" "pool": "chrome-cros-dut.template"
} }
], ],
"idempotent": false, "idempotent": false,
......
...@@ -10180,7 +10180,7 @@ ...@@ -10180,7 +10180,7 @@
{ {
"device_type": "kevin", "device_type": "kevin",
"os": "ChromeOS", "os": "ChromeOS",
"pool": "chrome-cros-dut" "pool": "chrome-cros-dut.template"
} }
], ],
"hard_timeout": 5400, "hard_timeout": 5400,
...@@ -10203,7 +10203,7 @@ ...@@ -10203,7 +10203,7 @@
{ {
"device_type": "kevin", "device_type": "kevin",
"os": "ChromeOS", "os": "ChromeOS",
"pool": "chrome-cros-dut" "pool": "chrome-cros-dut.template"
} }
], ],
"idempotent": false "idempotent": false
...@@ -10240,7 +10240,7 @@ ...@@ -10240,7 +10240,7 @@
{ {
"device_type": "kevin", "device_type": "kevin",
"os": "ChromeOS", "os": "ChromeOS",
"pool": "chrome-cros-dut" "pool": "chrome-cros-dut.template"
} }
], ],
"idempotent": false, "idempotent": false,
......
...@@ -841,7 +841,7 @@ ...@@ -841,7 +841,7 @@
'device_type': 'kevin', 'device_type': 'kevin',
# Special pool is needed for the devices since they also run # Special pool is needed for the devices since they also run
# swarmbucket builds. # swarmbucket builds.
'pool': 'chrome-cros-dut', 'pool': 'chrome-cros-dut.template',
}, },
], ],
}, },
...@@ -1710,7 +1710,7 @@ ...@@ -1710,7 +1710,7 @@
'device_type': 'kevin', 'device_type': 'kevin',
# Special pool is needed for the devices since they also run # Special pool is needed for the devices since they also run
# swarmbucket builds. # swarmbucket builds.
'pool': 'chrome-cros-dut', 'pool': 'chrome-cros-dut.template',
}, },
], ],
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment