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

Unified Diff: scripts/slave/recipes/run_presubmit.py

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: scripts/slave/recipes/run_presubmit.py
diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
index 592eb8f0442b61f28f1389c36a946015ea39d017..e104f4c60a5bde4cb5740da72392f76112377467 100644
--- a/scripts/slave/recipes/run_presubmit.py
+++ b/scripts/slave/recipes/run_presubmit.py
@@ -91,7 +91,7 @@ def GenTests(api):
# TODO(machenbach): This uses the same tryserver for all repos, which doesn't
# reflect reality (cosmetical problem only).
for repo_name in ['blink', 'chromium', 'v8', 'nacl', 'naclports', 'gyp',
- 'build', 'depot_tools', 'chrome_golo']:
+ 'build', 'depot_tools', 'skia', 'chrome_golo']:
yield (
api.test(repo_name) +
api.properties.tryserver(

Powered by Google App Engine
This is Rietveld 408576698