Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(694)

Unified Diff: scripts/slave/recipe_modules/gpu/common.py

Issue 1512093002: Revert "Switch remaining bots to new Telemetry GPU isolate." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipe_modules/gpu/api.py ('k') | scripts/slave/recipe_modules/gpu/test_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
)
« no previous file with comments | « scripts/slave/recipe_modules/gpu/api.py ('k') | scripts/slave/recipe_modules/gpu/test_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698