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

Unified Diff: masters/master.chromium.tools.build/builders.pyl

Issue 1575833003: Add recipe for testing recipe simulation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: argh Created 4 years, 11 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 | scripts/slave/recipes/infra/recipe_simulation.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.tools.build/builders.pyl
diff --git a/masters/master.chromium.tools.build/builders.pyl b/masters/master.chromium.tools.build/builders.pyl
index 9a41f541142e86091632d8f32063a5b48118b8d1..cd4b32c6f7c60dd32b4406e4cf5b351dbeb27ed1 100644
--- a/masters/master.chromium.tools.build/builders.pyl
+++ b/masters/master.chromium.tools.build/builders.pyl
@@ -34,6 +34,27 @@
"scheduler": "build",
"slave_pools": ["win7_64"],
},
+ "recipe-simulation_mac": {
+ "auto_reboot": False,
+ "category": "continuous",
+ "recipe": "infra/recipe_simulation",
+ "scheduler": "build",
+ "slave_pools": ["mac10.10"],
+ },
+ "recipe-simulation_trusty64": {
+ "auto_reboot": False,
+ "category": "continuous",
+ "recipe": "infra/recipe_simulation",
+ "scheduler": "build",
+ "slave_pools": ["trusty_64"],
+ },
+ "recipe-simulation_win64": {
+ "auto_reboot": False,
+ "category": "continuous",
+ "recipe": "infra/recipe_simulation",
+ "scheduler": "build",
+ "slave_pools": ["win7_64"],
+ },
},
"schedulers": {
« no previous file with comments | « no previous file | scripts/slave/recipes/infra/recipe_simulation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698