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

Unified Diff: scripts/slave/recipe_modules/isolate/test_api.py

Issue 313693003: Swarming: conditionally run tests on swarming in chromium_trybot recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 6 years, 6 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 | « scripts/slave/recipe_modules/isolate/api.py ('k') | scripts/slave/recipe_modules/swarming/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/isolate/test_api.py
diff --git a/scripts/slave/recipe_modules/isolate/test_api.py b/scripts/slave/recipe_modules/isolate/test_api.py
index 1248df84d70223281d5b7edb50c2f6b4c28f8c85..e3ecdb29ce310fa7f41fa3c3d5a41073bb46e9fc 100644
--- a/scripts/slave/recipe_modules/isolate/test_api.py
+++ b/scripts/slave/recipe_modules/isolate/test_api.py
@@ -6,9 +6,9 @@ from slave import recipe_test_api
class IsolateTestApi(recipe_test_api.RecipeTestApi):
def output_json(self, targets=None):
- """Mocked output or find_isolated_tests.py script.
+ """Mocked output of find_isolated_tests.py script.
- Deterministically synthesized json.output test data for the given targets.
+ Deterministically synthesizes json.output test data for the given targets.
If |targets| is None, will emit test data with some dummy targets instead,
emulating find_isolated_tests.py finding some files.
"""
« no previous file with comments | « scripts/slave/recipe_modules/isolate/api.py ('k') | scripts/slave/recipe_modules/swarming/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698