| Index: scripts/slave/recipe_modules/gpu/common.py
|
| diff --git a/scripts/slave/recipe_modules/gpu/common.py b/scripts/slave/recipe_modules/gpu/common.py
|
| index beea71419a9401ea363481bae559992964cd557c..71cb79ea65bf5fbc909b326b5bccaa6837d0bf4e 100644
|
| --- a/scripts/slave/recipe_modules/gpu/common.py
|
| +++ b/scripts/slave/recipe_modules/gpu/common.py
|
| @@ -10,6 +10,12 @@ GPU_ISOLATES = (
|
| 'gles2_conform_test',
|
| 'gpu_unittests',
|
| 'tab_capture_end2end_tests',
|
| + 'telemetry_gpu_test',
|
| +)
|
| +
|
| +# This is temporary until the bots have all switched over to the new
|
| +# isolate.
|
| +TELEMETRY_GPU_NEW_ISOLATE = (
|
| 'telemetry_gpu_new_test',
|
| )
|
|
|
|
|