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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py

Issue 2457173002: Main waterfall blink testers should not compile locally. (Closed)
Patch Set: Train. 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 | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_11__retina_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py b/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
index 0b92c702c1546d3b110c907453885ac285ae66c7..59beb5a39941d7c3b645f9ff332e14fc6b2c4fb7 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py
@@ -171,9 +171,8 @@ SPEC['builders'] = {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'compile_targets': [
- 'blink_tests',
- ],
+ 'bot_type': 'tester',
+ 'parent_buildername': 'WebKit Mac Builder',
'tests': [
steps.BlinkTest(),
],
@@ -196,7 +195,8 @@ SPEC['builders'] = {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'bot_type': 'builder',
+ 'bot_type': 'tester',
+ 'parent_buildername': 'WebKit Mac Builder',
'tests': [
steps.BlinkTest(),
],
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_11__retina_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698