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

Unified Diff: scripts/slave/unittests/recipe_lint_test.py

Issue 2375663003: Add json test results format support for SwarmingIsolatedScriptTest (Closed)
Patch Set: Add no cover Created 4 years, 2 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/recipes/chromium.expected/dynamic_swarmed_sharded_passed_isolated_script_test.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/recipe_lint_test.py
diff --git a/scripts/slave/unittests/recipe_lint_test.py b/scripts/slave/unittests/recipe_lint_test.py
index d8134076432ab1b23efe30e9fbbf08f70c2fcabc..f2cd9157f0f5c1a162a5cc643e4fd1e07d1feaae 100755
--- a/scripts/slave/unittests/recipe_lint_test.py
+++ b/scripts/slave/unittests/recipe_lint_test.py
@@ -10,6 +10,7 @@ MODULES_WHITELIST = [
# TODO(martiniss): Move skia modules into recipe resources
r'common\.skia\..*',
r'slave\.skia\..*',
+ r'slave\.recipe_modules\.swarming\.resources\..*'
]
RECIPES_PY = os.path.join(
« no previous file with comments | « scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_passed_isolated_script_test.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698