Chromium Code Reviews| Index: site_config/builder_name_schema.json |
| diff --git a/site_config/builder_name_schema.json b/site_config/builder_name_schema.json |
| deleted file mode 100644 |
| index 2af98ab7bf108fa077db16128bed0a8745de0e53..0000000000000000000000000000000000000000 |
| --- a/site_config/builder_name_schema.json |
| +++ /dev/null |
| @@ -1,36 +0,0 @@ |
| -{ |
| - "builder_name_schema": { |
| - "Test": [ |
| - "os", |
| - "model", |
| - "gpu", |
| - "arch", |
| - "configuration" |
| - ], |
| - "Housekeeper": [ |
| - "frequency" |
| - ], |
| - "Build": [ |
| - "os", |
| - "compiler", |
| - "target_arch", |
| - "configuration" |
| - ], |
| - "Perf": [ |
| - "os", |
| - "model", |
| - "gpu", |
| - "arch", |
| - "configuration" |
| - ], |
| - "Canary": [ |
| - "project", |
| - "os", |
| - "compiler", |
| - "target_arch", |
| - "configuration" |
| - ] |
| - }, |
| - "builder_name_sep": "-", |
| - "trybot_name_suffix": "Trybot" |
| -} |