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

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

Issue 2068793002: Allow any Chromium trybot to run webkit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index ea49f090243cc3c7c2a0fa1e851a3cabedb254fa..58592c9625f631df2b182e2ba075a04b551c5b61 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -147,6 +147,7 @@ def _RunStepsInternal(api):
# TODO(phajdan.jr): Remove special case for layout tests.
add_blink_tests = (affects_blink_paths and
buildername in CHROMIUM_BLINK_TESTS_BUILDERS)
+ add_blink_tests = api.properties.get('force_blink_tests', add_blink_tests)
# Add blink tests that work well with "analyze" here. The tricky ones
# that bypass it (like the layout tests) are added later.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698