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

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

Issue 1575873002: Make linux_blink_oilpan_rel run layout tests only for changes touching third_party/WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index 13d49cff58ad81d5f10666565a0fe5dfab625377..f26cc8f9b02f5255ffca62aa7d58b5aec1169647 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -153,6 +153,7 @@ CHROMIUM_GPU_DIMENSION_SETS = freeze({
# TODO(phajdan.jr): Remove special case for layout tests.
# This could be done by moving layout tests to main waterfall.
CHROMIUM_BLINK_TESTS_BUILDERS = freeze([
+ 'linux_blink_oilpan_rel',
'linux_chromium_rel_ng',
'mac_chromium_rel_ng',
'win_chromium_rel_ng',

Powered by Google App Engine
This is Rietveld 408576698