| 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(),
|
| ],
|
|
|