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

Unified Diff: scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_tryserver.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
Index: scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_tryserver.json
diff --git a/scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_tryserver.json b/scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_tryserver.json
index 522a126777846918dec4eb03bff30647964ef55f..a1e77ffdd3e9ed5c672e6047c3e92563719d545e 100644
--- a/scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_tryserver.json
+++ b/scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_tryserver.json
@@ -267,9 +267,15 @@
"--output-format=gtest",
"--browser=debug",
"-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",
+ "--download-refimg-from-cloud-storage",
+ "--refimg-cloud-storage-bucket",
+ "chromium-gpu-archive/reference-images",
+ "--os-type",
+ "linux",
+ "--test-machine-name",
+ "TestBuilder"
],
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"

Powered by Google App Engine
This is Rietveld 408576698