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

Unified Diff: masters/master.client.skia.fyi/builders.cfg

Issue 1141583002: Add presubmit trybot for skia. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase. Created 5 years, 7 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
Index: masters/master.client.skia.fyi/builders.cfg
diff --git a/masters/master.client.skia.fyi/builders.cfg b/masters/master.client.skia.fyi/builders.cfg
index 469e21905e22ca8c2a513dc3e10f5bae69e87c82..1fa851b2864523f8b2af60550b92d3a0efedbe14 100644
--- a/masters/master.client.skia.fyi/builders.cfg
+++ b/masters/master.client.skia.fyi/builders.cfg
@@ -16,4 +16,10 @@ builders = [
{ 'name': 'Infra-PerCommit',
'recipe': 'skia/infra',
'scheduler': 'infra_percommit' },
+ { 'name': 'skia_presubmit',
+ 'recipe': 'run_presubmit',
+ 'properties': {
+ 'repo_name': 'skia',
+ },
+ 'do_trybot': True },
borenet 2015/05/12 16:33:50 Just so you're aware, this will create two bots: -
Adrian Kuegel 2015/05/18 11:44:26 I was not actually aware of this, I only wanted to
borenet 2015/05/18 12:05:49 Yeah, the skia_master_utils were created under the
]
« no previous file with comments | « no previous file | masters/master.client.skia.fyi/slaves.cfg » ('j') | scripts/slave/recipe_modules/gclient/config.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698