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

Unified Diff: scripts/slave/recipes/gpu/download_and_test.expected/win_release.json

Issue 121883002: Re-land: Switch GPU pixel tests to use cloud storage instead of the local disk. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 7 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/recipes/gpu/download_and_test.expected/mac_release.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/gpu/download_and_test.expected/win_release.json
diff --git a/scripts/slave/recipes/gpu/download_and_test.expected/win_release.json b/scripts/slave/recipes/gpu/download_and_test.expected/win_release.json
index 33dd1fe2068d075c06c80b547eb409da0d751c7f..234ae90e33d7d85ae8d87201c3260a640a481f05 100644
--- a/scripts/slave/recipes/gpu/download_and_test.expected/win_release.json
+++ b/scripts/slave/recipes/gpu/download_and_test.expected/win_release.json
@@ -242,9 +242,15 @@
"--output-format=gtest",
"--browser=release",
"-v",
- "--generated-dir=[SLAVE_BUILD]\\content_gpu_data\\telemetry\\generated",
- "--reference-dir=[SLAVE_BUILD]\\content_gpu_data\\telemetry\\reference",
- "--build-revision=170242"
+ "--build-revision",
+ "170242",
+ "--upload-refimg-to-cloud-storage",
+ "--refimg-cloud-storage-bucket",
+ "chromium-gpu-archive/reference-images",
+ "--os-type",
+ "win",
+ "--test-machine-name",
+ "win tester"
],
"name": "pixel_test"
},
« no previous file with comments | « scripts/slave/recipes/gpu/download_and_test.expected/mac_release.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698