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

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

Issue 1759553007: Move depot_tools presubmit trybot from chromium.linux to infra. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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 | « masters/master.tryserver.chromium.linux/slaves.cfg ('k') | 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 9292a08518a3c0b6d15b292fd4a453996589593a..276b2d95b84b4988e21b03ef175407130dfc0c7a 100644
--- a/masters/master.tryserver.infra/builders.pyl
+++ b/masters/master.tryserver.infra/builders.pyl
@@ -58,6 +58,17 @@
"slavebuilddir": "build_try_recipe_test",
},
+ "Depot Tools Presubmit": {
+ "category": "Depot Tools",
+ "recipe": "run_presubmit",
+ "properties": {
+ "repo_name": "depot_tools",
+ },
+ "scheduler": None,
+ "slave_pools": ["trusty64_slave_pool"],
+ "slavebuilddir": "presubmit_depot_tools",
+ },
+
"Try Recipe Mac": {
"category": "Try Recipe",
"recipe": "infra/try_recipe",
@@ -233,7 +244,13 @@
"os": "linux",
"version": "trusty",
},
- "slaves": ["slave864-c4", "slave872-c4", "slave912-c4", "slave913-c4"],
+ "slaves": [
+ "slave426-c4",
+ "slave864-c4",
+ "slave872-c4",
+ "slave912-c4",
+ "slave913-c4"
+ ],
},
"mac_slave_pool": {
"slave_data": {
« no previous file with comments | « masters/master.tryserver.chromium.linux/slaves.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698