| Index: scripts/slave/gatekeeper.json
|
| diff --git a/scripts/slave/gatekeeper.json b/scripts/slave/gatekeeper.json
|
| index 8c5d34f091ed2c643100c1bc8c3815b9d473bf15..f90a8b5899ef5ac2f5c8f71e21a79d614c9ddda9 100644
|
| --- a/scripts/slave/gatekeeper.json
|
| +++ b/scripts/slave/gatekeeper.json
|
| @@ -361,17 +361,14 @@
|
| "tree."
|
| ],
|
| "builders": {
|
| - "iOS_Device": {
|
| + "ios-device": {
|
| "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"]
|
| },
|
| - "iOS_Simulator_(dbg)": {
|
| + "ios-simulator": {
|
| "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"],
|
| "closing_optional": [],
|
| "comment": ["closing_optional due to crbug.com/393861"]
|
| },
|
| - "iOS_Device_(ninja)": {
|
| - "sheriff_classes": ["sheriff_ios_europe", "sheriff_ios_us"]
|
| - },
|
| "Mac GN (dbg)": {
|
| "close_tree": false
|
| },
|
|
|