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

Unified Diff: scripts/slave/recipes/gpu/download_and_test.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
Index: scripts/slave/recipes/gpu/download_and_test.py
diff --git a/scripts/slave/recipes/gpu/download_and_test.py b/scripts/slave/recipes/gpu/download_and_test.py
index 048cb314741db6f2b17e9c99b93940648ab1bff2..929aa2f65e444f25793212c74b20316ddecdb73a 100644
--- a/scripts/slave/recipes/gpu/download_and_test.py
+++ b/scripts/slave/recipes/gpu/download_and_test.py
@@ -85,9 +85,8 @@ def GenTests(api):
api.platform.name('linux') +
api.step_data('content_gl_tests', retcode=1) +
api.step_data('maps_pixel_test',
- api.test_utils.canned_isolated_script_output(
- passing=False, is_win=False, swarming=False,
- isolated_script_passing=False))
+ api.test_utils.canned_telemetry_gpu_output(
+ passing=False, is_win=False, swarming=False))
)
yield (
@@ -95,8 +94,9 @@ def GenTests(api):
props('linux', 'Release') +
api.platform.name('linux') +
api.step_data('maps_pixel_test',
- api.test_utils.canned_isolated_script_output(
- passing=False, is_win=False, swarming=False),
+ api.test_utils.canned_telemetry_gpu_output(
+ passing=False, is_win=False, swarming=False,
+ empty_per_page_values=True),
retcode=255)
)

Powered by Google App Engine
This is Rietveld 408576698