Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Unified Diff: site_config/builder_name_schema.json

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Fix launch_slaves, remove more stuff Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
-}

Powered by Google App Engine
This is Rietveld 408576698