| Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| index 25f1736fb87a8b254d6cdd7a11f3ea63fd4ff844..d932df3ef29b2a23e14598018618aed65797e8a4 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
|
| @@ -758,6 +758,11 @@ SPEC = {
|
| 'bot_type': 'builder_tester',
|
| 'compile_targets': [
|
| ],
|
| + 'test_generators': [
|
| + steps.generate_gtest,
|
| + steps.generate_isolated_script,
|
| + steps.generate_script,
|
| + ],
|
| 'testing': {
|
| 'platform': 'linux',
|
| },
|
|
|