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

Unified Diff: masters/master.tryserver.infra/builders.pyl

Issue 1787173003: Add builder for recipe roll tryjob. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix bad properties. Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.infra/builders.pyl
diff --git a/masters/master.tryserver.infra/builders.pyl b/masters/master.tryserver.infra/builders.pyl
index 276b2d95b84b4988e21b03ef175407130dfc0c7a..02b77c6d7d7b77952fc486cf81f3311dc1174b74 100644
--- a/masters/master.tryserver.infra/builders.pyl
+++ b/masters/master.tryserver.infra/builders.pyl
@@ -218,6 +218,14 @@
"slavebuilddir": "presubmit_recipespy",
},
+ "Recipe Roll Downstream Tester": {
+ "category": "Recipe Roll Tryjob",
+ "recipe": "infra/recipe_roll_tryjob",
+ "scheduler": None,
+ "slave_pools": ["trusty64_slave_pool"],
+ "slavebuilddir": "recipe_roll_tryjob",
+ },
+
"gerrit-test-cq-normal": {
"category": "Gerrit CQ",
"recipe": "infra/gerrit_cq_test",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698