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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2116593004: Add script which gathers JSON output from a Swarming task's shards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and re-scraped test times. Created 4 years, 5 months 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 | « content/test/gpu/gather_swarming_json_results.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 79e15273fade9833e1705ad99b5680194366d988..61db377e8d8d5154ca47044b3a63cc41ff1d2fae 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -931,6 +931,11 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'args': [
'--webgl-conformance-version=2.0.0',
'--webgl2-only=true',
+ # The current working directory when run via isolate is
+ # out/Debug or out/Release. Reference this file relatively to
+ # it.
+ '--read-abbreviated-json-results-from=' + \
+ '../../content/test/data/gpu/webgl2_conformance_tests_output.json',
],
'swarming': {
# These tests currently take about an hour to run. Split them
@@ -966,6 +971,11 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'args': [
'--webgl-conformance-version=2.0.0',
'--webgl2-only=true',
+ # The current working directory when run via isolate is
+ # out/Debug or out/Release. Reference this file relatively to
+ # it.
+ '--read-abbreviated-json-results-from=' + \
+ '../../content/test/data/gpu/webgl2_conformance_tests_output.json',
],
'swarming': {
# These tests currently take about an hour to run. Split them
« no previous file with comments | « content/test/gpu/gather_swarming_json_results.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698