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

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

Issue 2139413002: Add depot_tools Gerrit presubmit expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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/run_presubmit.expected/depot_tools_and_gerrit.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/run_presubmit.py
diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
index d189a567e2d69d42bd7faced2444518674ed9a06..c895c970c17e1aa5590482f0da0c16c3f2f01d2c 100644
--- a/scripts/slave/recipes/run_presubmit.py
+++ b/scripts/slave/recipes/run_presubmit.py
@@ -195,6 +195,18 @@ def GenTests(api):
)
yield (
+ api.test('depot_tools_and_gerrit') +
+ api.properties.tryserver_gerrit(
+ full_project_name='chromium/tools/depot_tools',
+ repo_name='depot_tools',
+ mastername='tryserver.infra',
+ buildername='presubmit_depot_tools',
+ runhooks=True) +
+ api.step_data('presubmit', api.json.output([['depot_tools_presubmit',
+ ['test']]]))
+ )
+
+ yield (
api.test('recipes-py') +
api.properties.tryserver(
mastername='tryserver.infra',
« no previous file with comments | « no previous file | scripts/slave/recipes/run_presubmit.expected/depot_tools_and_gerrit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698