| Index: scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py b/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
|
| index 80571c05b7896e4fd11b43b5f14a95c0f2a3b58a..c321966baa8570001bd7ef826e338fd0d33b5f74 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
|
| @@ -95,11 +95,6 @@ SPEC = {
|
| 'TARGET_BITS': 64,
|
| },
|
| 'bot_type': 'tester',
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ],
|
| 'parent_buildername': 'Linux ChromiumOS Builder',
|
| 'testing': {
|
| 'platform': 'linux',
|
| @@ -134,11 +129,6 @@ SPEC = {
|
| 'TARGET_BITS': 64,
|
| },
|
| 'bot_type': 'tester',
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ],
|
| 'parent_buildername': 'Linux ChromiumOS Ozone Builder',
|
| 'testing': {
|
| 'platform': 'linux',
|
| @@ -174,11 +164,6 @@ SPEC = {
|
| 'TARGET_BITS': 64,
|
| },
|
| 'bot_type': 'tester',
|
| - 'test_generators': [
|
| - steps.generate_gtest,
|
| - steps.generate_script,
|
| - steps.generate_isolated_script,
|
| - ],
|
| 'parent_buildername': 'Linux ChromiumOS Builder (dbg)',
|
| 'testing': {
|
| 'platform': 'linux',
|
|
|