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

Unified Diff: tools/builder_name_schema.py

Issue 2154433002: Add "Infra" to the builder_name_schema (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add "Infra" to the builder_name_schema Created 4 years, 5 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
« no previous file with comments | « tools/builder_name_schema.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/builder_name_schema.py
diff --git a/tools/builder_name_schema.py b/tools/builder_name_schema.py
index 990aa6447cba9f50c33b0682f80b56847219204c..31a5cca3cfe9482ae8272b8b412587efcf5fe69b 100644
--- a/tools/builder_name_schema.py
+++ b/tools/builder_name_schema.py
@@ -23,11 +23,13 @@ BUILDER_NAME_SEP = None
BUILDER_ROLE_CANARY = 'Canary'
BUILDER_ROLE_BUILD = 'Build'
BUILDER_ROLE_HOUSEKEEPER = 'Housekeeper'
+BUILDER_ROLE_INFRA = 'Infra'
BUILDER_ROLE_PERF = 'Perf'
BUILDER_ROLE_TEST = 'Test'
BUILDER_ROLES = (BUILDER_ROLE_CANARY,
BUILDER_ROLE_BUILD,
BUILDER_ROLE_HOUSEKEEPER,
+ BUILDER_ROLE_INFRA,
BUILDER_ROLE_PERF,
BUILDER_ROLE_TEST)
« no previous file with comments | « tools/builder_name_schema.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698