| 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 fc803adb87cb85109e87bd212287df32c0db33bd..beea71419a9401ea363481bae559992964cd557c 100644
|
| --- a/scripts/slave/recipe_modules/gpu/common.py
|
| +++ b/scripts/slave/recipe_modules/gpu/common.py
|
| @@ -10,12 +10,6 @@ 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',
|
| )
|
|
|
| @@ -60,7 +54,6 @@ WIN_ONLY_FYI_ONLY_GPU_ISOLATES = (
|
| # A list of all the Linux FYI isolates for testing
|
| ALL_LINUX_FYI_GPU_ISOLATES = (
|
| GPU_ISOLATES +
|
| - TELEMETRY_GPU_NEW_ISOLATE + # TODO(kbr): remove; temporary only.
|
| FYI_GPU_ISOLATES +
|
| WIN_AND_LINUX_ONLY_FYI_ONLY_GPU_ISOLATES
|
| )
|
|
|