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

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

Issue 1350923002: Add presubmit trybuilder to Luci-GAE repository. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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/luci_gae.py » ('j') | 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 859b8bc0f6e2ea22ccc1f25ceb9de73cf0c8cab0..ae3007ffadf665a675469989d744754fc7a91979 100644
--- a/masters/master.tryserver.infra/builders.pyl
+++ b/masters/master.tryserver.infra/builders.pyl
@@ -63,6 +63,13 @@
"slave_pools": ["trusty64_slave_pool"],
"slavebuilddir": "presubmit_lucipy",
},
+ "Luci-GAE Presubmit": {
+ "category": "Luci-GAE",
+ "recipe": "infra/luci_gae",
+ "scheduler": None,
+ "slave_pools": ["trusty64_slave_pool"],
+ "slavebuilddir": "presubmit_lucigae",
+ },
"Luci-GAE Linux Trusty 64 Tester": {
"category": "Luci-GAE",
"recipe": "infra/luci_gae",
« no previous file with comments | « no previous file | scripts/slave/recipes/infra/luci_gae.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698