Index: tools/builder_name_schema.json |
diff --git a/tools/builder_name_schema.json b/tools/builder_name_schema.json |
deleted file mode 100644 |
index 6a8c92175b2af3644c4f267c9bb8d5dd372c8bd4..0000000000000000000000000000000000000000 |
--- a/tools/builder_name_schema.json |
+++ /dev/null |
@@ -1,43 +0,0 @@ |
-{ |
- "builder_name_schema": { |
- "Test": [ |
- "os", |
- "compiler", |
- "model", |
- "cpu_or_gpu", |
- "cpu_or_gpu_value", |
- "arch", |
- "configuration" |
- ], |
- "Housekeeper": [ |
- "frequency" |
- ], |
- "Infra": [ |
- "frequency" |
- ], |
- "Build": [ |
- "os", |
- "compiler", |
- "target_arch", |
- "configuration" |
- ], |
- "Perf": [ |
- "os", |
- "compiler", |
- "model", |
- "cpu_or_gpu", |
- "cpu_or_gpu_value", |
- "arch", |
- "configuration" |
- ], |
- "Canary": [ |
- "project", |
- "os", |
- "compiler", |
- "target_arch", |
- "configuration" |
- ] |
- }, |
- "builder_name_sep": "-", |
- "trybot_name_suffix": "Trybot" |
-} |